다음을 통해 공유


ReportName 속성

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

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

구문

‘선언
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.