Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the URL to the report on the report server.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property URL As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
The URL to the report. The URL is the full URL access string to the report. For more information, see URL-Zugriff (SSRS).