Sdílet prostřednictvím


ChartLegendCustomItemCell.CellSpan Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The number of cells this cell extends to the right.

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

Syntax

'Declaration
Public Property CellSpan As Integer
    Get
    Set
'Usage
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)

Property Value

Type: System.Int32
An int value.