Partager via


Propriété ChartLegendCustomItemCellInstance.CellType

Gets the calculated value of the CellType property in a ChartLegendCustomItemCell class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CellType As ChartCellType 
    Get
'Utilisation
Dim instance As ChartLegendCustomItemCellInstance 
Dim value As ChartCellType 

value = instance.CellType
public ChartCellType CellType { get; }
public:
property ChartCellType CellType {
    ChartCellType get ();
}
member CellType : ChartCellType
function get CellType () : ChartCellType

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartCellType
A ChartCellType value that represents the calculated value of the CellType property.

Voir aussi

Référence

ChartLegendCustomItemCellInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering