Udostępnij przez


Właściwość Report.URL

Adres URL raportu serwer raportów.

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestawy:   Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property URL As String
    Get
'Użycie
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

Wartość właściwości

Typ: System.String
Adres URL do raportu.Adres URL jest pełny ciąg dostępu adres URL do raportu.Aby uzyskać więcej informacji, zobacz temat Adres URL dostępu.