Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the map vertical grid for a map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapParallels As MapGridLines
Get
Set
'Usage
Dim instance As MapViewport
Dim value As MapGridLines
value = instance.MapParallels
instance.MapParallels = value
public MapGridLines MapParallels { get; set; }
public:
property MapGridLines^ MapParallels {
MapGridLines^ get ();
void set (MapGridLines^ value);
}
member MapParallels : MapGridLines with get, set
function get MapParallels () : MapGridLines
function set MapParallels (value : MapGridLines)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapGridLines
A MapGridLines object.