Freigeben über


DataMember-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class DataMember _
    Inherits Group
'Usage
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

Der DataMember-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace