Właściwość Report.Location
Pobiera lokalizacji, z której wykonano raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Location As ReportUrl
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
A ReportUrl obiektu.
Zobacz także