Właściwość ChartLegendCustomItemCell.CellSpan
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Liczba komórek, to komórka rozszerza się po prawej stronie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property CellSpan As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Int wartości.
Zobacz także