Partager via


Classe DataMember

Represents group instances within a custom report item's data. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .Group
    Microsoft.ReportingServices.ReportRendering..::..DataMember

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DataMember _
    Inherits Group
'Utilisation
Dim instance As DataMember
public sealed class DataMember : Group
public ref class DataMember sealed : public Group
[<SealedAttribute>]
type DataMember =  
    class
        inherit Group
    end
public final class DataMember extends Group

Le type DataMember expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Children Returns groups contained in a row or column.
Propriété publique Custom Gets the custom data associated with this grouping. (hérité de Group.)
Propriété publique CustomProperties Returns a collection of custom properties for the data member. (remplace Group. . :: . .CustomProperties.)
Propriété publique DataCollectionName Gets the name to use for the data element for the collection of all instances of this group. (hérité de Group.)
Propriété publique DataElementName Returns the name to use for the data element or attribute for this report item. (remplace Group. . :: . .DataElementName.)
Propriété publique DataElementOutput Indicates whether the item should appear in a data rendering. (remplace Group. . :: . .DataElementOutput.)
Propriété publique GroupValues Gets the values of the group expressions for the group.
Propriété publique HasToggle Indicates that a toggle item is defined for this object. (hérité de Group.)
Propriété publique Hidden Indicates whether the item is currently hidden. (remplace Group. . :: . .Hidden.)
Propriété publique ID Gets the identifier for the data member. (remplace Group. . :: . .ID.)
Propriété publique IsStatic Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field.
Propriété publique IsToggleChild Indicates whether the data member can be made visible or invisible by toggling a different item. (remplace Group. . :: . .IsToggleChild.)
Propriété publique IsTotal Indicates whether this instance of the group contains subtotal data values.
Propriété publique Label Gets the label to display for this data member. (remplace Group. . :: . .Label.)
Propriété publique MemberCellIndex Indicates the location of this member in the grid of cells.
Propriété publique MemberHeadingSpan Indicates the number of innermost group instances this data member spans.
Propriété publique Name Gets the name of the grouping. (hérité de Group.)
Propriété publique PageBreakAtEnd Indicates whether the page should break at the end of the group. (hérité de Group.)
Propriété publique PageBreakAtStart Indicates whether the page should break at the start of the group. (hérité de Group.)
Propriété publique Parent Gets the parent data member.
Propriété publique SharedHidden Indicates whether the item is always, never, or sometimes hidden. (remplace Group. . :: . .SharedHidden.)
Propriété publique ToggleItem Returns the name of the toggle item for this object. (hérité de Group.)
Propriété publique UniqueName Gets a name that uniquely identifies this group across the entire report. (hérité de Group.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_customProperties Infrastructure. (hérité de Group.)
Champ protégé m_ownerItem Infrastructure. (hérité de Group.)
Champ protégé m_uniqueName Infrastructure. (hérité de Group.)

Haut de la page

Notes

There is one data member for each group instance. For example, if sales data groups on product category and product along columns and country and region along rows, there will be one data member for each product category (that contains a data member for each product in that category) in the DataColumnGroupings and there will be one data member for each country (that contains a data member for each region in that country) in the DataRowGroupings.

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.