다음을 통해 공유


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 네임스페이스