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.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

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

value = instance.ColSpan

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

Valor de la propiedad

Tipo: System.Int32
An int value.

Vea también

Referencia

CellContents Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel