Group.Custom プロパティ
このグループに関連付けられたカスタム データを取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Custom As String
Get
'使用
Dim instance As Group
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 値です。