Partager via


Propriété MapVectorLayer.DesignerMaxRowCount

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DesignerMaxRowCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

MapVectorLayer Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel