MapVectorLayer.DesignerMaxRowCount Property

Definition

Gets or sets the maximum number of row of the designer.

public:
 property int DesignerMaxRowCount { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(1000)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public int DesignerMaxRowCount { get; set; }
[<System.ComponentModel.DefaultValue(1000)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.DesignerMaxRowCount : int with get, set
Public Property DesignerMaxRowCount As Integer

Property Value

The maximum number of row of the designer.

Attributes

Applies to