Propriedade do RDL Location
Obtém o local do relatório como uma URL absoluta, codificado com ReplacementRoot, se necessário.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Location As ReportUrl
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
Um objeto ReportUrl que contém a URL absoluta do relatório.
Comentários
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.