Partilhar via


Propriedade do RDL MapVectorLayer.DesignerMaxRowCount

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public Property DesignerMaxRowCount As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

MapVectorLayer Classe

Namespace Microsoft.ReportingServices.RdlObjectModel