ICustomReportItem.Action 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the action for the custom report item.

命名空间:  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

属性值

类型:Microsoft.ReportingServices.ReportRendering.Action
The Action for the custom report item.

请参阅

参考

ICustomReportItem 接口

Microsoft.ReportingServices.ReportRendering 命名空间