Свойство MaxAutoSize

Gets the calculated value of the MaxAutoSize property in a ChartLegend class.

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

Синтаксис

'Декларация
Public ReadOnly Property MaxAutoSize As Integer
    Get
'Применение
Dim instance As ChartLegendInstance
Dim value As Integer

value = instance.MaxAutoSize
public int MaxAutoSize { get; }
public:
property int MaxAutoSize {
    int get ();
}
member MaxAutoSize : int
function get MaxAutoSize () : int

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

Тип: System. . :: . .Int32
An int value that represents the calculated value of the MaxAutoSize property.