다음을 통해 공유


ReportName 속성

Gets an expression that evaluates to the full folder path (for example, “/salesreports/orderdetails”), relative path (for example, “../orderdetails”) or URL (e.g. “http://reportserver/reports/sales/orderdetails”) of the drillthrough report.

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

구문

‘선언
Public ReadOnly Property ReportName As ReportStringProperty
    Get
‘사용 방법
Dim instance As ActionDrillthrough
Dim value As ReportStringProperty

value = instance.ReportName
public ReportStringProperty ReportName { get; }
public:
property ReportStringProperty^ ReportName {
    ReportStringProperty^ get ();
}
member ReportName : ReportStringProperty
function get ReportName () : ReportStringProperty