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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.MapGridLines
A MapGridLines object.

请参阅

参考

MapViewport 类

Microsoft.ReportingServices.RdlObjectModel 命名空间