GrapeCity ActiveReports for .NET 16.0J
WidthSensitivity 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : WidthSensitivity 列挙体
データで文字幅を区別するかどうかを示します。
シンタックス
'宣言
 
Public Enum WidthSensitivity 
   Inherits System.Enum
public enum WidthSensitivity : System.Enum 
メンバ
メンバ解説
Autoアプリケーションがデータプロバイダを照会することによって幅を区別する設定の取得を試みます。
Falseデータは幅に依存しません。
Trueデータは幅に依存します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.WidthSensitivity

参照

GrapeCity.ActiveReports.PageReportModel 名前空間