Właściwość Subscription.Report
Pobiera nazwę raportu, który jest skojarzony z subskrypcja.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property Report As String
Get
Set
'Użycie
Dim instance As Subscription
Dim value As String
value = instance.Report
instance.Report = value
public string Report { get; set; }
public:
property String^ Report {
String^ get ();
void set (String^ value);
}
member Report : string with get, set
function get Report () : String
function set Report (value : String)
Wartość właściwości
Typ: System.String
Tylko do odczytu ciąg wartość, która zawiera nazwę raportu skojarzony z subskrypcja.