ChartLegendCustomItemCell.CellType Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CellType As ReportEnumProperty(Of ChartCellType)
Get
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As ReportEnumProperty(Of ChartCellType)
value = instance.CellType
public ReportEnumProperty<ChartCellType> CellType { get; }
public:
property ReportEnumProperty<ChartCellType>^ CellType {
ReportEnumProperty<ChartCellType>^ get ();
}
member CellType : ReportEnumProperty<ChartCellType>
function get CellType () : ReportEnumProperty<ChartCellType>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCellType>