Aracılığıyla paylaş


Subscription.Path Özelliği

Abonelik ile ilişkili olan rapor tam URL'sini alır.

Ad Alanı:  ReportService2010
Derleme:  ReportService2010 (ReportService2010 içinde.dll)

Sözdizimi

'Bildirim
Public Property Path As String
    Get
    Set
'Kullanım
Dim instance As Subscription
Dim value As String

value = instance.Path

instance.Path = value
public string Path { get; set; }
public:
property String^ Path {
    String^ get ();
    void set (String^ value);
}
member Path : string with get, set
function get Path () : String
function set Path (value : String)

Özellik Değeri

Tür: System.String
Bir salt dize abonelik ile ilişkili olan rapor tam URL'sini içeren değer.