MapSubItem.MapLocation Property
Gets the location of the subitem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapLocation As MapLocation
Get
'Usage
Dim instance As MapSubItem
Dim value As MapLocation
value = instance.MapLocation
public MapLocation MapLocation { get; }
public:
property MapLocation^ MapLocation {
MapLocation^ get ();
}
member MapLocation : MapLocation
function get MapLocation () : MapLocation
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLocation
A MapLocation object that represents the location of the subitem.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace