Freigeben über


Group-Klasse

Represents a data group.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Group

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

Syntax

'Declaration
Public NotInheritable Class Group
'Usage
Dim instance As Group
public sealed class Group
public ref class Group sealed
[<SealedAttribute>]
type Group =  class end
public final class Group

Der Group-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataElementName The name to use for the data element for instances of this group.
Öffentliche Eigenschaft DataElementOutput Indicates whether the instances of the group should appear in a data rendering.
Öffentliche Eigenschaft DocumentMapLabel A label to identify an instance of the group within the client UI (to provide a user-friendly label for searching).
Öffentliche Eigenschaft GroupExpressions The expressions by which to group the data.
Öffentliche Eigenschaft ID Gets the unique identifier for this report definition object.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft IsRecursive Gets a value that indicates whether this group is recursive.
Öffentliche Eigenschaft Name Name of the group.
Öffentliche Eigenschaft PageBreak Defines PageBreak behavior for this group.
Öffentliche Eigenschaft PageName Gets the page name.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace