Класс MapMember
Represents group and filter information for the data in a map or in the parent map member.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMember
Microsoft.ReportingServices.OnDemandReportRendering.MapMember
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class MapMember _
Inherits DataRegionMember
'Применение
Dim instance As MapMember
public sealed class MapMember : DataRegionMember
public ref class MapMember sealed : public DataRegionMember
[<SealedAttribute>]
type MapMember =
class
inherit DataRegionMember
end
public final class MapMember extends DataRegionMember
Тип MapMember обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
ChildMapMember | Gets or sets nested grouping or filtering behavior for data in the map member. | |
CustomProperties | Gets the custom properties for this data region member. (Производный от DataRegionMember.) | |
DefinitionPath | Gets the path to this report definition object in the report definition. (Производный от DataRegionMember.) | |
Group | Gets the data grouping information. (Производный от DataRegionMember.) | |
ID | Gets the unique identifier for this report definition object. (Переопределяет DataRegionMember.ID.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
IsStatic | Gets a Boolean value that indicates whether the member is a static member. (Переопределяет DataRegionMember.IsStatic.) | |
MemberCellIndex | Gets the cell index of the map member. (Переопределяет DataRegionMember.MemberCellIndex.) | |
Parent | Gets the parent of the current map member. | |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (Производный от DataRegionMember.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering