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 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.