Condividi tramite


Proprietà ChartLegendCustomItemCellInstance.CellType

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CellType As ChartCellType 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ChartLegendCustomItemCellInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering