次の方法で共有


MapLegendInstance.AutoFitTextDisabled プロパティ

MapLegend クラスの AutoFitTextDisabled プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property AutoFitTextDisabled As Boolean 
    Get
'使用
Dim instance As MapLegendInstance 
Dim value As Boolean 

value = instance.AutoFitTextDisabled
public bool AutoFitTextDisabled { get; }
public:
property bool AutoFitTextDisabled {
    bool get ();
}
member AutoFitTextDisabled : bool
function get AutoFitTextDisabled () : boolean

プロパティ値

型: System.Boolean
AutoFitTextDisabled プロパティの計算値を表す Boolean 値。

関連項目

参照

MapLegendInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間