Partager via


Propriété AutoFitTextDisabled

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AutoFitTextDisabled As ReportBoolProperty
    Get
'Utilisation
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