MapViewport.MapMeridians Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the map horizontal grid for a map.
public:
property Microsoft::ReportingServices::RdlObjectModel::MapGridLines ^ MapMeridians { Microsoft::ReportingServices::RdlObjectModel::MapGridLines ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::MapGridLines ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.MapGridLines MapMeridians { get; set; }
member this.MapMeridians : Microsoft.ReportingServices.RdlObjectModel.MapGridLines with get, set
Public Property MapMeridians As MapGridLines
Property Value
A MapGridLines object.