Propriété ColumnType
Gets the calculated value of the ColumnType property in a ChartLegendColumn class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ColumnType As ChartColumnType
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartColumnType
A ChartColumnType value that represents the calculated value of the ColumnType property.