Share via


MatrixMember.GroupValue Property

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

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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

Property Value

An Object containing the expression.

Remarks

New:5 December 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MatrixMember Class
MatrixMember Members
Microsoft.ReportingServices.ReportRendering Namespace