Свойство MaxAutoSize

Maximum size for the legend, as a percent of the chart size.

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

Синтаксис

'Декларация
Public Property MaxAutoSize As ReportExpression(Of Integer)
    Get
    Set
'Применение
Dim instance As ChartLegend
Dim value As ReportExpression(Of Integer)

value = instance.MaxAutoSize

instance.MaxAutoSize = value
public ReportExpression<int> MaxAutoSize { get; set; }
public:
property ReportExpression<int> MaxAutoSize {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member MaxAutoSize : ReportExpression<int> with get, set
function get MaxAutoSize () : ReportExpression<int>
function set MaxAutoSize (value : ReportExpression<int>)

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

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.