次の方法で共有


Report.Author プロパティ

レポートの作成者を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

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

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

プロパティ値

型: System.String
string 値です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間