Group Class

 

Updated: February 25, 2016

Represents a data group.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::Group

public ref class Group sealed 

NameDescription
System_CAPS_pubpropertyDataElementName

The name to use for the data element for instances of this group.

System_CAPS_pubpropertyDataElementOutput

Indicates whether the instances of the group should appear in a data rendering.

System_CAPS_pubpropertyDocumentMapLabel

A label to identify an instance of the group within the client UI (to provide a user-friendly label for searching).

System_CAPS_pubpropertyGroupExpressions

The expressions by which to group the data.

System_CAPS_pubpropertyID

Gets the unique identifier for this report definition object.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyIsRecursive

Gets a value that indicates whether this group is recursive.

System_CAPS_pubpropertyName

Name of the group.

System_CAPS_pubpropertyPageBreak

Defines PageBreak behavior for this group.

System_CAPS_pubpropertyPageName

Gets the page name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: