Поделиться через


Свойство URL

The URL to the report on the report server.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property URL As String
    Get
'Применение
Dim instance As Report
Dim value As String

value = instance.URL
public abstract string URL { get; }
public:
virtual property String^ URL {
    String^ get () abstract;
}
abstract URL : string
abstract function get URL () : String

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

Тип: System. . :: . .String
The URL to the report. The URL is the full URL access string to the report. For more information, see Доступ по URL-адресу.