MapVectorLayer.DesignerMaxRowCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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