共用方式為


Report.Location 屬性

Gets the location from which the report was executed.

命名空間:  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
A ReportUrl object.

請參閱

參考

Report 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間