Share via


Action.SetDrillthroughAction 메서드 (String)

Makes this action a drillthrough action with no parameters.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Sub SetDrillthroughAction ( _
    reportName As String _
)
‘사용 방법
Dim instance As Action 
Dim reportName As String

instance.SetDrillthroughAction(reportName)
public void SetDrillthroughAction(
    string reportName
)
public:
void SetDrillthroughAction(
    String^ reportName
)
member SetDrillthroughAction : 
        reportName:string -> unit
public function SetDrillthroughAction(
    reportName : String
)

매개 변수

  • reportName
    유형: System.String
    A String representing the name of the drillthrough report.

참고 항목

참조

Action 클래스

SetDrillthroughAction 오버로드

Microsoft.ReportingServices.ReportRendering 네임스페이스