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.
Gets the calculated value of the ColumnType property in a ChartLegendColumn class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnType As ChartColumnType
Get
'Usage
Dim instance As ChartLegendColumnInstance
Dim value As ChartColumnType
value = instance.ColumnType
public ChartColumnType ColumnType { get; }
public:
property ChartColumnType ColumnType {
ChartColumnType get ();
}
member ColumnType : ChartColumnType
function get ColumnType () : ChartColumnType
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartColumnType
A ChartColumnType value that represents the calculated value of the ColumnType property.
Siehe auch
Verweis
ChartLegendColumnInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace