Sdílet prostřednictvím


ChartAxis.PreventFontShrink Property

Gets 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 (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property PreventFontShrink As ReportExpression(Of Boolean)
    Get
    Set
'Usage
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>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] object.