Condividi tramite


Proprietà ChartLegendCustomItemCell.CellType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the cell type.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCellType>
A ReportEnumProperty<EnumType> object that represents the cell type.

Vedere anche

Riferimento

ChartLegendCustomItemCell Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering