Właściwość ChartAxis.MaxFontSize
Pobiera czcionki maksymalny rozmiar kiedy Autodopasowanie etykiety.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MaxFontSize As ReportExpression(Of ReportSize)
Get
Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of ReportSize)
value = instance.MaxFontSize
instance.MaxFontSize = value
public ReportExpression<ReportSize> MaxFontSize { get; set; }
public:
property ReportExpression<ReportSize> MaxFontSize {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member MaxFontSize : ReportExpression<ReportSize> with get, set
function get MaxFontSize () : ReportExpression<ReportSize>
function set MaxFontSize (value : ReportExpression<ReportSize>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>] obiektu.