Свойство MinimumWidth

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

The minimum column width.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property MinimumWidth As ReportExpression(Of ReportSize)
    Get
    Set
'Применение
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>)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.