ChartLegend.AutoFitTextDisabled Property

Gets an expression that evaluates to a value that indicates whether text will not be autosized to fit in the legend area.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property AutoFitTextDisabled As ReportBoolProperty
    Get
'Usage
Dim instance As ChartLegend
Dim value As ReportBoolProperty

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