次の方法で共有


Report.Author プロパティ

レポートの作成者を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Author As String 
    Get 
    Set
'使用
Dim instance As Report 
Dim value As String 

value = instance.Author

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

プロパティ値

型: System.String
レポートの作成者です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間