DataMember.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.

请参阅

参考

DataMember 类

Microsoft.ReportingServices.ReportRendering 命名空间