Proprietà ChartLegendColumn.ColumnType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the column type.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ColumnType As ChartLegendColumnTypes
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnTypes
A ChartLegendColumnTypes object.