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


Свойство ChartLegendColumn.MaximumWidth

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

Gets or sets the maximum column width.

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

Синтаксис

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

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

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.

См. также

Справочник

ChartLegendColumn Класс

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