Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the column type of this legend column.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnType As ReportEnumProperty(Of ChartColumnType)
Get
'Usage
Dim instance As ChartLegendColumn
Dim value As ReportEnumProperty(Of ChartColumnType)
value = instance.ColumnType
public ReportEnumProperty<ChartColumnType> ColumnType { get; }
public:
property ReportEnumProperty<ChartColumnType>^ ColumnType {
ReportEnumProperty<ChartColumnType>^ get ();
}
member ColumnType : ReportEnumProperty<ChartColumnType>
function get ColumnType () : ReportEnumProperty<ChartColumnType>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartColumnType>
A ReportEnumProperty<EnumType> object that represents the column type of this legend column.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace