ChartLegendColumn.ColumnType 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets 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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnTypes
A ChartLegendColumnTypes object.

请参阅

参考

ChartLegendColumn 类

Microsoft.ReportingServices.RdlObjectModel 命名空间