Свойство 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.
См. также