次の方法で共有


Report.Custom プロパティ

定義内の Custom タグの内容を取得します。

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

構文

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

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

プロパティ値

型: System.String
表示拡張機能に渡されるカスタム情報を表す String 値です。カスタム情報の詳細については、「Writing Custom Code for Reporting Services」を参照してください。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間