MapMember Class

 

Updated: February 25, 2016

Represents group and filter information for the data in a map or in the parent map member.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::DataRegionMember
    Microsoft.ReportingServices.OnDemandReportRendering::MapMember

public ref class MapMember sealed : DataRegionMember

NameDescription
System_CAPS_pubpropertyChildMapMember

Gets or sets nested grouping or filtering behavior for data in the map member.

System_CAPS_pubpropertyCustomProperties

Gets the custom properties for this data region member.(Inherited from DataRegionMember.)

System_CAPS_pubpropertyDefinitionPath

Gets the path to this report definition object in the report definition.(Inherited from DataRegionMember.)

System_CAPS_pubpropertyGroup

Gets the data grouping information.(Inherited from DataRegionMember.)

System_CAPS_pubpropertyID

Gets the unique identifier for this report definition object.(Overrides DataRegionMember::ID.)

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyIsStatic

Gets a Boolean value that indicates whether the member is a static member.(Overrides DataRegionMember::IsStatic.)

System_CAPS_pubpropertyMemberCellIndex

Gets the cell index of the map member.(Overrides DataRegionMember::MemberCellIndex.)

System_CAPS_pubpropertyParent

Gets the parent of the current map member.

System_CAPS_pubpropertyParentDefinitionPath

Gets the path to report definition object's parent in the report definition.(Inherited from DataRegionMember.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: