Condividi tramite


MatrixMember.GroupValue Property

Gets the value of the group expression for a matrix column or row header.

Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property GroupValue As Object
public Object GroupValue { get; }
public:
property Object^ GroupValue {
    Object^ get ();
}
/** @property */
public Object get_GroupValue ()
public function get GroupValue () : Object

Valore proprietà

An Object containing the expression.

Osservazioni

Data creazione:5 dicembre 2005

A group expression is what defines an individual expression by which to group the data.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MatrixMember Class
MatrixMember Members
Microsoft.ReportingServices.ReportRendering Namespace