Свойство ChartLegendColumn.MinimumWidth
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets an expression that evaluates to the minimum width of the chart legend column.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property MinimumWidth As ReportSizeProperty
Get
'Применение
Dim instance As ChartLegendColumn
Dim value As ReportSizeProperty
value = instance.MinimumWidth
public ReportSizeProperty MinimumWidth { get; }
public:
property ReportSizeProperty^ MinimumWidth {
ReportSizeProperty^ get ();
}
member MinimumWidth : ReportSizeProperty
function get MinimumWidth () : ReportSizeProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the minimum width for the chart legend column.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering