Compartir a través de


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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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