ChartLegendCustomItemCellInstance.CellType Propiedad
Gets the calculated value of the CellType property in a ChartLegendCustomItemCell class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property CellType As ChartCellType
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartCellType
A ChartCellType value that represents the calculated value of the CellType property.
Vea también
Referencia
ChartLegendCustomItemCellInstance Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering