Share via


MapDataRegion.MapMember Property

Gets the grouping and/or the filter to be applied to the data region.

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

Syntax

'Declaration
Public ReadOnly Property MapMember As MapMember 
    Get
'Usage
Dim instance As MapDataRegion 
Dim value As MapMember 

value = instance.MapMember
public MapMember MapMember { get; }
public:
property MapMember^ MapMember {
    MapMember^ get ();
}
member MapMember : MapMember
function get MapMember () : MapMember

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapMember
A MapMember object that represents the grouping and/or the filter to be applied to the data region.

See Also

Reference

MapDataRegion Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace