다음을 통해 공유


ActionDrillthroughInstance.ReportName 속성

Gets the calculated value of the ReportName property in a ActionDrillthrough class.

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

구문

‘선언
Public Property ReportName As String 
    Get 
    Set
‘사용 방법
Dim instance As ActionDrillthroughInstance 
Dim value As String 

value = instance.ReportName

instance.ReportName = value
public string ReportName { get; set; }
public:
property String^ ReportName {
    String^ get ();
    void set (String^ value);
}
member ReportName : string with get, set
function get ReportName () : String 
function set ReportName (value : String)

속성 값

유형: System.String
A string value that represents the calculated value of the ReportName property.

참고 항목

참조

ActionDrillthroughInstance 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스