GroupValues 屬性
Gets the values of the group expressions for the group.
命名空間: 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
A ValueCollection object containing the values of the group expressions for the group.