Propriedade do RDL ColumnType
Gets the calculated value of the ColumnType property in a ChartLegendColumn class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartColumnType
A ChartColumnType value that represents the calculated value of the ColumnType property.
Consulte também