Custom プロパティ

レポート定義内の Custom タグの内容を取得します。

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

構文

'宣言
Public ReadOnly Property Custom As String
    Get
'使用
Dim instance As ReportItem
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
Custom タグを表す String 値です。