Свойство MinimumWidth

Gets the calculated value of the MinimumWidth property in a ChartLegendColumn class.

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

Синтаксис

'Декларация
Public ReadOnly Property MinimumWidth As ReportSize
    Get
'Применение
Dim instance As ChartLegendColumnInstance
Dim value As ReportSize

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

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

Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize value that represents the calculated value of the MinimumWidth property.