共用方式為


MapParallels 屬性

Gets or sets the map vertical grid for a map.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property MapParallels As MapGridLines
    Get
    Set
'用途
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)