Proprietà Location
The location from which the report was executed
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Location As ReportUrl
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportUrl
A ReportUrl object.
Vedere anche