Proprietà GroupValues
Gets the values of the group expressions for the group.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property GroupValues As ValueCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ValueCollection
A ValueCollection object containing the values of the group expressions for the group.
Vedere anche