Compartir a través de


RowSpan Propiedad

Indicates the number of rows this cell spans.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property RowSpan As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Int32
An int value.