Partager via


Propriété ChartLegendColumn.MaximumWidth

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets an expression that evaluates to the maximum width of the chart legend column.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MaximumWidth As ReportSizeProperty 
    Get
'Utilisation
Dim instance As ChartLegendColumn 
Dim value As ReportSizeProperty 

value = instance.MaximumWidth
public ReportSizeProperty MaximumWidth { get; }
public:
property ReportSizeProperty^ MaximumWidth {
    ReportSizeProperty^ get ();
}
member MaximumWidth : ReportSizeProperty
function get MaximumWidth () : ReportSizeProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the maximum width for the chart legend column.

Voir aussi

Référence

ChartLegendColumn Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering