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


Свойство ChartLegendColumn.MaximumWidth

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

Gets an expression that evaluates to the maximum width of the chart legend column.

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

Синтаксис

'Декларация
Public ReadOnly Property MaximumWidth As ReportSizeProperty 
    Get
'Применение
Dim instance As ChartLegendColumn 
Dim value As ReportSizeProperty 

value = instance.MaximumWidth
public ReportSizeProperty MaximumWidth { get; }
public:
property ReportSizeProperty^ MaximumWidth {
    ReportSizeProperty^ get ();
}
member MaximumWidth : ReportSizeProperty
function get MaximumWidth () : ReportSizeProperty

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the maximum width for the chart legend column.

См. также

Справочник

ChartLegendColumn Класс

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