Compartir a través de


Report.URL Propiedad

Gets the URL to the report on the report server.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property URL As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The URL to the report. The URL is the full URL access string to the report. For more information, see Acceso URL (SSRS).

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces