Aracılığıyla paylaş


ChartAxis.MaxFontSize Özelliği

Alır en büyük yazı tipi boyutu ne zaman Otomatik Sığdırma etiketleri.

Ad Alanı:  Microsoft.ReportingServices.RdlObjectModel
Derleme:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls içinde.dll)

Sözdizimi

'Bildirim
Public Property MaxFontSize As ReportExpression(Of ReportSize)
    Get
    Set
'Kullanım
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>)

Özellik Değeri

Tür: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>] nesne.