Report.Location プロパティ
レポートが実行された場所を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Location As ReportUrl
Get
'使用
Dim instance As Report
Dim value As ReportUrl
value = instance.Location
public ReportUrl Location { get; }
public:
property ReportUrl^ Location {
ReportUrl^ get ();
}
member Location : ReportUrl
function get Location () : ReportUrl
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
ReportUrl オブジェクトです。