グループのグループ式の値を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property GroupValues As ValueCollection
Get
'使用
Dim instance As DataMember
Dim value As ValueCollection
value = instance.GroupValues
public ValueCollection GroupValues { get; }
public:
property ValueCollection^ GroupValues {
ValueCollection^ get ();
}
member GroupValues : ValueCollection
function get GroupValues () : ValueCollection
プロパティ値
型: Microsoft.ReportingServices.ReportRendering.ValueCollection
グループのグループ式の値を表す ValueCollection オブジェクトです。