次の方法で共有


Report プロパティ

サブスクリプションに関連付けられたレポートの名前です。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property Report As String
    Get
    Set
'使用
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)

プロパティ値

型: System. . :: . .String
サブスクリプションに関連付けられたレポートの名前を表す、読み取り専用の String 値です。