Partilhar via


Propriedade do RDL ChartLegendCustomItemCell.CellSpan

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

The number of cells this cell extends to the right.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property CellSpan As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
An int value.

Consulte também

Referência

ChartLegendCustomItemCell Classe

Namespace Microsoft.ReportingServices.RdlObjectModel