Propriété Location
Obtient l'emplacement du rapport en tant qu'URL absolue, codée avec ReplacementRoot, si nécessaire.
Espace de noms : Microsoft.ReportingServices.ReportRendering
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
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
Objet ReportUrl contenant l'URL absolue du rapport.
Notes
ReplacementRoot is the new URL root to use for all URLs inside the report server. This is used by the UI to redirect links in reports to other reports. The default value is an empty string, which indicates that no redirection takes place.
This will be HTTPS if the report is being run over HTTPS.