Partilhar via


Propriedade do RDL MaximumWidth

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

The maximum column width.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MaximumWidth As ReportExpression(Of ReportSize)
    Get
    Set
'Uso
Dim instance As ChartLegendColumn
Dim value As ReportExpression(Of ReportSize)

value = instance.MaximumWidth

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