Clase Group
Represents a data group.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Group
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class Group
'Uso
Dim instance As Group
public sealed class Group
public ref class Group sealed
[<SealedAttribute>]
type Group = class end
public final class Group
El tipo Group expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering