Share via


MapViewport.MapParallels Property

Gets the map vertical grid for a map.

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

Syntax

'Declaration
Public ReadOnly Property MapParallels As MapGridLines 
    Get
'Usage
Dim instance As MapViewport 
Dim value As MapGridLines 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapGridLines
A MapGridLines object.

See Also

Reference

MapViewport Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace