Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace