Classe Group
Represents a data group.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Group
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
O tipo Group expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering