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 or sets the minimum column width.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MinimumWidth As ReportExpression(Of ReportSize)
    Get 
    Set
'Utilisation
Dim instance As ChartLegendColumn 
Dim value As ReportExpression(Of ReportSize)

value = instance.MinimumWidth

instance.MinimumWidth = value
public ReportExpression<ReportSize> MinimumWidth { get; set; }
public:
property ReportExpression<ReportSize> MinimumWidth {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member MinimumWidth : ReportExpression<ReportSize> with get, set
function get MinimumWidth () : ReportExpression<ReportSize>
function set MinimumWidth (value : ReportExpression<ReportSize>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.

Voir aussi

Référence

ChartLegendColumn Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel