Udostępnij przez


Właściwość ChartAxis.PreventFontShrink

Pobiera wartość, która wskazuje, czy można zapobiec zmniejszania mieścić się w wykresie dopasowanie czcionki etykiet oś.

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

Składnia

'Deklaracja
Public ReadOnly Property PreventFontShrink As ReportBoolProperty
    Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportBoolProperty

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