Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnTypes
A ChartLegendColumnTypes object.