CustomLabelInstance.UseFontPercent プロパティ
CustomLabel クラスの UseFontPercent プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property UseFontPercent As Boolean
Get
'使用
Dim instance As CustomLabelInstance
Dim value As Boolean
value = instance.UseFontPercent
public bool UseFontPercent { get; }
public:
property bool UseFontPercent {
bool get ();
}
member UseFontPercent : bool
function get UseFontPercent () : boolean
プロパティ値
型: System.Boolean
UseFontPercent プロパティの計算値を表す Boolean 値。