ChartLegendColumn.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)