Поделиться через


Свойство ChartLegendColumn.MinimumWidth

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

Gets or sets 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<ReportSize>
A ReportExpression<T> object.

См. также

Справочник

ChartLegendColumn Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel