Класс DataMember

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

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class DataMember _
    Inherits Group
'Применение
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

Тип DataMember обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Children Returns groups contained in a row or column.
Открытое свойство Custom Gets the custom data associated with this grouping. (Производный от Group.)
Открытое свойство CustomProperties Returns a collection of custom properties for the data member. (Переопределяет Group. . :: . .CustomProperties.)
Открытое свойство DataCollectionName Gets the name to use for the data element for the collection of all instances of this group. (Производный от Group.)
Открытое свойство DataElementName Returns the name to use for the data element or attribute for this report item. (Переопределяет Group. . :: . .DataElementName.)
Открытое свойство DataElementOutput Indicates whether the item should appear in a data rendering. (Переопределяет Group. . :: . .DataElementOutput.)
Открытое свойство GroupValues Gets the values of the group expressions for the group.
Открытое свойство HasToggle Indicates that a toggle item is defined for this object. (Производный от Group.)
Открытое свойство Hidden Indicates whether the item is currently hidden. (Переопределяет Group. . :: . .Hidden.)
Открытое свойство ID Gets the identifier for the data member. (Переопределяет Group. . :: . .ID.)
Открытое свойство IsStatic Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field.
Открытое свойство IsToggleChild Indicates whether the data member can be made visible or invisible by toggling a different item. (Переопределяет Group. . :: . .IsToggleChild.)
Открытое свойство IsTotal Indicates whether this instance of the group contains subtotal data values.
Открытое свойство Label Gets the label to display for this data member. (Переопределяет Group. . :: . .Label.)
Открытое свойство MemberCellIndex Indicates the location of this member in the grid of cells.
Открытое свойство MemberHeadingSpan Indicates the number of innermost group instances this data member spans.
Открытое свойство Name Gets the name of the grouping. (Производный от Group.)
Открытое свойство PageBreakAtEnd Indicates whether the page should break at the end of the group. (Производный от Group.)
Открытое свойство PageBreakAtStart Indicates whether the page should break at the start of the group. (Производный от Group.)
Открытое свойство Parent Gets the parent data member.
Открытое свойство SharedHidden Indicates whether the item is always, never, or sometimes hidden. (Переопределяет Group. . :: . .SharedHidden.)
Открытое свойство ToggleItem Returns the name of the toggle item for this object. (Производный от Group.)
Открытое свойство UniqueName Gets a name that uniquely identifies this group across the entire report. (Производный от Group.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_customProperties Инфраструктура. (Производный от Group.)
Защищенное поле m_ownerItem Инфраструктура. (Производный от Group.)
Защищенное поле m_uniqueName Инфраструктура. (Производный от Group.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.