Condividi tramite


Proprietà CellContents.RowSpan

Indicates the number of rows this cell spans.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property RowSpan As Integer 
    Get 
    Set
'Utilizzo
Dim instance As CellContents 
Dim value As Integer 

value = instance.RowSpan

instance.RowSpan = value
public int RowSpan { get; set; }
public:
property int RowSpan {
    int get ();
    void set (int value);
}
member RowSpan : int with get, set
function get RowSpan () : int 
function set RowSpan (value : int)

Valore proprietà

Tipo: System.Int32
An int value.

Vedere anche

Riferimento

CellContents Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel