Group.Label プロパティ
ドキュメント マップに使用するグループのラベルを取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustOverride ReadOnly Property Label As String
Get
'使用
Dim instance As Group
Dim value As String
value = instance.Label
public abstract string Label { get; }
public:
virtual property String^ Label {
String^ get () abstract;
}
abstract Label : string
abstract function get Label () : String
プロパティ値
型: System.String
このグループのラベルを含む String 値です。