Partager via


Propriété ChartLegendCustomItemCell.CellSpan

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

The number of cells this cell extends to the right.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CellSpan As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
An int value.

Voir aussi

Référence

ChartLegendCustomItemCell Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel