Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets nested grouping or filtering behavior for data in the map member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChildMapMember As MapMember
Get
'Usage
Dim instance As MapMember
Dim value As MapMember
value = instance.ChildMapMember
public MapMember ChildMapMember { get; }
public:
property MapMember^ ChildMapMember {
MapMember^ get ();
}
member ChildMapMember : MapMember
function get ChildMapMember () : MapMember
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapMember
A MapMember object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace