Compartir a través de


CellContents.RowSpan Propiedad

Indicates the number of rows this cell spans.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property RowSpan As Integer 
    Get
'Uso
Dim instance As CellContents 
Dim value As Integer 

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

Valor de la propiedad

Tipo: System.Int32
An int value.

Vea también

Referencia

CellContents Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering