Partager via


Propriété ChartLegendColumn.MinimumWidth

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 minimum 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 MinimumWidth As ReportSizeProperty 
    Get
'Utilisation
Dim instance As ChartLegendColumn 
Dim value As ReportSizeProperty 

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

Valeur de propriété

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

Voir aussi

Référence

ChartLegendColumn Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering