Свойство Report.Location

Gets the location of the report as an absolute URL, encoded with ReplacementRoot, if necessary.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Location As ReportUrl 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.ReportRendering.ReportUrl
A ReportUrl object containing the absolute URL of the report.

Замечания

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.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.ReportRendering