MapMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents group and filter information for the data in a map or in the parent map member.
public ref class MapMember sealed : Microsoft::ReportingServices::OnDemandReportRendering::DataRegionMember
public sealed class MapMember : Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMember
type MapMember = class
inherit DataRegionMember
Public NotInheritable Class MapMember
Inherits DataRegionMember
- Inheritance
Fields
m_customPropertyCollection |
Specifies the custom properties for this data region member. (Inherited from DataRegionMember) |
m_definitionPath |
Species the path to this report definition object in the report definition. (Inherited from DataRegionMember) |
m_group |
Specifies the data grouping information. (Inherited from DataRegionMember) |
m_owner |
Specifies the report item that owns this data member. (Inherited from DataRegionMember) |
m_parent |
Specifies the data region member that is the parent of this data region member. (Inherited from DataRegionMember) |
m_parentCollectionIndex |
Specifies the index of this data region member in the parent data region member. (Inherited from DataRegionMember) |
m_parentDefinitionPath |
Specifies the path to report definition object's parent in the report definition. (Inherited from DataRegionMember) |
Properties
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. (Inherited from DataRegionMember) |
DefinitionPath |
Gets the path to this report definition object in the report definition. (Inherited from DataRegionMember) |
Group |
Gets the data grouping information. (Inherited from DataRegionMember) |
ID |
Gets the unique identifier for this report definition object. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
IsStatic |
Gets a |
MemberCellIndex |
Gets the cell index of the map member. |
Parent |
Gets the parent of the current map member. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. (Inherited from DataRegionMember) |