Udostępnij przez


Właściwość ChartLegendCustomItemCell.CellType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Typ komórka.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property CellType As ChartLegendItemCellTypes
    Get
    Set
'Użycie
Dim instance As ChartLegendCustomItemCell
Dim value As ChartLegendItemCellTypes

value = instance.CellType

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