MapVectorLayer.DesignerMaxRowCount Property
This API supports the infrastructure and is not intended to be used directly from your code.
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
An integer value.