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 命名空间