Condividi tramite


Proprietà CellType

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

The cell type.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property CellType As ChartLegendItemCellTypes
    Get
    Set
'Utilizzo
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)