Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.