共用方式為


ColumnType 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

The column type.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property ColumnType As ChartLegendColumnTypes
    Get
    Set
'用途
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)