ComponentOne FlexReport for WinForms
WordTableAutoFitMode Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export.Ssrs Namespace : WordTableAutoFitMode Enumeration
Defines how AutoFit value can be specified for tables in generated Word files.
Syntax
'Declaration
 
Public Enum WordTableAutoFitMode 
   Inherits System.Enum
public enum WordTableAutoFitMode : System.Enum 
Members
MemberDescription
DefaultAutoFit is set on tables that are narrower than the physical drawing area (physical page width excluding margins) per logical page.
FalseAutoFit is set to false on any Word table.
NeverAutoFit values are not set on any Word table and behavior reverts to the Word default.
TrueAutoFit is set to true on every Word table.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Document.Export.Ssrs.WordTableAutoFitMode

See Also

Reference

C1.Win.C1Document.Export.Ssrs Namespace