Action 属性
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
ReadOnly Property Action As Action
Get
用法
Dim instance As ICustomReportItem
Dim value As Action
value = instance.Action
Action Action { get; }
property Action^ Action {
Action^ get ();
}
abstract Action : Action
function get Action () : Action