Udostępnij za pośrednictwem


ChartLegendColumn.ColumnType Property

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

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

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnTypes
A ChartLegendColumnTypes object.

See Also

Reference

ChartLegendColumn Class

Microsoft.ReportingServices.RdlObjectModel Namespace