Proprietà CellContents.ColSpan

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.

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

Sintassi

'Dichiarazione
Public Property ColSpan As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
An int value.

Vedere anche

Riferimento

CellContents Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel