ChartLegendColumnInstance.ColumnType Property
Gets the calculated value of the ColumnType property in a ChartLegendColumn class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnType As ChartColumnType
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartColumnType
A ChartColumnType value that represents the calculated value of the ColumnType property.
See Also
Reference
ChartLegendColumnInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace