次の方法で共有


MapLegend.MinFontSize プロパティ

凡例テキストの自動サイズ調整アルゴリズムの最小フォント サイズを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MinFontSize As ReportSizeProperty 
    Get
'使用
Dim instance As MapLegend 
Dim value As ReportSizeProperty 

value = instance.MinFontSize
public ReportSizeProperty MinFontSize { get; }
public:
property ReportSizeProperty^ MinFontSize {
    ReportSizeProperty^ get ();
}
member MinFontSize : ReportSizeProperty
function get MinFontSize () : ReportSizeProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
ReportSizeProperty オブジェクト。

関連項目

参照

MapLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間