Classe Group
Represents a data group.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..Group
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Group
'Utilisation
Dim instance As Group
public sealed class Group
public ref class Group sealed
[<SealedAttribute>]
type Group = class end
public final class Group
Le type Group expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
DataElementName | The name to use for the data element for instances of this group. | |
DataElementOutput | Indicates whether the instances of the group should appear in a data rendering. | |
DocumentMapLabel | A label to identify an instance of the group within the client UI (to provide a user-friendly label for searching). | |
GroupExpressions | The expressions by which to group the data. | |
ID | Gets the unique identifier for this report definition object. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
IsRecursive | Gets a value that indicates whether this group is recursive. | |
Name | Name of the group. | |
PageBreak | Defines PageBreak behavior for this group. | |
PageName | Gets the page name. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.