Condividi tramite


Classe Group

Represents a data group.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Group

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Nel tipo Group sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering