Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.