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 horizontal grid for a map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapMeridians As MapGridLines
Get
'Usage
Dim instance As MapViewport
Dim value As MapGridLines
value = instance.MapMeridians
public MapGridLines MapMeridians { get; }
public:
property MapGridLines^ MapMeridians {
MapGridLines^ get ();
}
member MapMeridians : MapGridLines
function get MapMeridians () : MapGridLines
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapGridLines
A MapGridLines object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace