ChartLegendCustomItemCell.CellType-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the cell type.
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>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCellType>
A ReportEnumProperty<EnumType> object that represents the cell type.
Siehe auch
Verweis
ChartLegendCustomItemCell Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace