Свойство ChartLegend.AutoFitTextDisabled
Indicates text will not be autosized to fit in the legend area.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property AutoFitTextDisabled As ReportExpression(Of Boolean)
Get
Set
'Применение
Dim instance As ChartLegend
Dim value As ReportExpression(Of Boolean)
value = instance.AutoFitTextDisabled
instance.AutoFitTextDisabled = value
public ReportExpression<bool> AutoFitTextDisabled { get; set; }
public:
property ReportExpression<bool> AutoFitTextDisabled {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member AutoFitTextDisabled : ReportExpression<bool> with get, set
function get AutoFitTextDisabled () : ReportExpression<boolean>
function set AutoFitTextDisabled (value : ReportExpression<boolean>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel