Compartilhar via


Propriedade do RDL ChartAxis.PreventFontShrink

Gets or sets a value that indicates whether to prevent the axis label font size from shrinking to fit within the chart.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property PreventFontShrink As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
Dim instance As ChartAxis 
Dim value As ReportExpression(Of Boolean)

value = instance.PreventFontShrink

instance.PreventFontShrink = value
public ReportExpression<bool> PreventFontShrink { get; set; }
public:
property ReportExpression<bool> PreventFontShrink {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member PreventFontShrink : ReportExpression<bool> with get, set
function get PreventFontShrink () : ReportExpression<boolean>
function set PreventFontShrink (value : ReportExpression<boolean>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.RdlObjectModel