Compartir a través de


ChartArea.EquallySizedAxesFont Propiedad

Gets a value that indicates the same font size should be used for all axes if the font size is automatic.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property EquallySizedAxesFont As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
Dim instance As ChartArea 
Dim value As ReportExpression(Of Boolean)

value = instance.EquallySizedAxesFont

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

Valor de la propiedad

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

Vea también

Referencia

ChartArea Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel