แชร์ผ่าน


ChartLegendColumn.ColumnType Property

This API supports the infrastructure and is not intended to be used directly from your code.

The column type.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ColumnType As ChartLegendColumnTypes
    Get
    Set
'Usage
Dim instance As ChartLegendColumn
Dim value As ChartLegendColumnTypes

value = instance.ColumnType

instance.ColumnType = value
public ChartLegendColumnTypes ColumnType { get; set; }
public:
property ChartLegendColumnTypes ColumnType {
    ChartLegendColumnTypes get ();
    void set (ChartLegendColumnTypes value);
}
member ColumnType : ChartLegendColumnTypes with get, set
function get ColumnType () : ChartLegendColumnTypes
function set ColumnType (value : ChartLegendColumnTypes)