Compartir a través de


Clase DataMember

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class DataMember _
    Inherits Group
'Uso
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

El tipo DataMember expone los siguientes miembros.

Propiedades

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

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

Comentarios

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.

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.ReportRendering