Compartilhar via


Propriedade do RDL Report.URL

Gets the URL to the report on the report server.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.Interfaces