Класс Group

Represents a group level from the report definition.

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

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

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

Синтаксис

'Декларация
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class Group
'Применение
Dim instance As Group
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class Group
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class Group abstract
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type Group =  class end
public abstract class Group

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

Свойства

  Имя Описание
Открытое свойство Custom Gets the custom data associated with this grouping.
Открытое свойство CustomProperties Returns a collection of custom properties for the group.
Открытое свойство DataCollectionName Gets the name to use for the data element for the collection of all instances of this group.
Открытое свойство DataElementName Gets the name to use for the data element for instances of this group.
Открытое свойство DataElementOutput Indicates whether the group should appear in a data rendering.
Открытое свойство HasToggle Indicates that a toggle item is defined for this object.
Открытое свойство Hidden Indicates whether the item is hidden.
Открытое свойство ID Gets the identifier for the report item.
Открытое свойство IsToggleChild Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item.
Открытое свойство Label Gets the label of the grouping for the document map.
Открытое свойство Name Gets the name of the grouping.
Открытое свойство PageBreakAtEnd Indicates whether the page should break at the end of the group.
Открытое свойство PageBreakAtStart Indicates whether the page should break at the start of the group.
Открытое свойство SharedHidden Gets a SharedHiddenState enumeration indicating the hidden property of the group.
Открытое свойство ToggleItem Returns the name of the toggle item for this object.
Открытое свойство UniqueName Gets a name that uniquely identifies this group across the entire report.

В начало

Методы

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

В начало

Поля

  Имя Описание
Защищенное поле m_customProperties Инфраструктура.
Защищенное поле m_ownerItem Инфраструктура.
Защищенное поле m_uniqueName Инфраструктура.

В начало

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

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