次の方法で共有


ReportName プロパティ

ドリルスルー レポートのフォルダの完全パス (例: /salesreports/orderdetails)、相対パス (例: ../orderdetails)、または URL (例: http://reportserver/reports/sales/orderdetails)。

名前空間:  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