Compartir a través de


CellContents.ColSpan Propiedad

Indicates the number of columns this cell spans. For the purposes of hidden columns, this cell is considered to occupy the first visible column it appears in.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: System.Int32
An int value.

Vea también

Referencia

CellContents Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering