Share via


MapVectorLayer.DesignerMaxRowCount Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property DesignerMaxRowCount As Integer 
    Get 
    Set
'Usage
Dim instance As MapVectorLayer 
Dim value As Integer 

value = instance.DesignerMaxRowCount

instance.DesignerMaxRowCount = value
public int DesignerMaxRowCount { get; set; }
public:
property int DesignerMaxRowCount {
    int get ();
    void set (int value);
}
member DesignerMaxRowCount : int with get, set
function get DesignerMaxRowCount () : int 
function set DesignerMaxRowCount (value : int)

Property Value

Type: System.Int32
The maximum number of row of the designer.

See Also

Reference

MapVectorLayer Class

Microsoft.ReportingServices.RdlObjectModel Namespace