Compartilhar via


Propriedade do RDL ChartLegend.AutoFitTextDisabled

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property AutoFitTextDisabled As ReportBoolProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

ChartLegend Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering