Compartir a través de


ChartLegendCustomItemCell.CellType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the cell type.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property CellType As ReportEnumProperty(Of ChartCellType)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

ChartLegendCustomItemCell Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering