Partager via


Propriété Location

Gets the location from which the report was executed.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Location As ReportUrl
    Get
'Utilisation
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