Partager via


Propriété CellType

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

The cell type.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CellType As ChartLegendItemCellTypes
    Get
    Set
'Utilisation
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)