FlexReport for WinForms
WordTableAutoFitMode 列挙体


C1.Document アセンブリ > C1.Document.Export.Ssrs 名前空間 : WordTableAutoFitMode 列挙体
Defines how AutoFit value can be specified for tables in generated Word files.
シンタックス
'宣言
 
Public Enum WordTableAutoFitMode 
   Inherits System.Enum
'使用法
 
Dim instance As WordTableAutoFitMode
public enum WordTableAutoFitMode : System.Enum 
メンバ
メンバ解説
Default
AutoFit is set on tables that are narrower than the physical drawing area (physical page width excluding margins) per logical page.
False
AutoFit is set to false on any Word table.
Never
AutoFit values are not set on any Word table and behavior reverts to the Word default.
True
AutoFit is set to true on every Word table.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.Export.Ssrs.WordTableAutoFitMode

参照

参照

C1.Document.Export.Ssrs 名前空間