Proprietà ChartLegendCustomItemCell.CellSpan

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

The number of cells this cell extends to the right.

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

Sintassi

'Dichiarazione
Public Property CellSpan As Integer 
    Get 
    Set
'Utilizzo
Dim instance As ChartLegendCustomItemCell 
Dim value As Integer 

value = instance.CellSpan

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

Valore proprietà

Tipo: System.Int32
An int value.

Vedere anche

Riferimento

ChartLegendCustomItemCell Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel