Sdílet prostřednictvím


ChartLegendColumn.MinimumWidth Property

This API supports the infrastructure and is not intended to be used directly from your code.

The minimum column width.

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

Syntax

'Declaration
Public Property MinimumWidth As ReportExpression(Of ReportSize)
    Get
    Set
'Usage
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>)