Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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