Udostępnij za pośrednictwem


Właściwość ChartLegend.AutoFitTextDisabled

Pobiera wyrażenie wartości, która wskazuje, czy tekst nie będzie autosized do dopasowanie w obszarze legendy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property AutoFitTextDisabled As ReportBoolProperty
    Get
'Użycie
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