Proprietà MapVectorLayer.DesignerMaxRowCount
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the maximum number of row of the designer.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property DesignerMaxRowCount As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
The maximum number of row of the designer.