Compartir a través de


ChartLegendColumnInstance.ColumnType Propiedad

Gets the calculated value of the ColumnType property in a ChartLegendColumn class.

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

Sintaxis

'Declaración
Public ReadOnly Property ColumnType As ChartColumnType 
    Get
'Uso
Dim instance As ChartLegendColumnInstance 
Dim value As ChartColumnType 

value = instance.ColumnType
public ChartColumnType ColumnType { get; }
public:
property ChartColumnType ColumnType {
    ChartColumnType get ();
}
member ColumnType : ChartColumnType
function get ColumnType () : ChartColumnType

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartColumnType
A ChartColumnType value that represents the calculated value of the ColumnType property.

Vea también

Referencia

ChartLegendColumnInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering