[]
        
(Showing Draft Content)

C1.Document.Export.Ssrs.WordTableAutoFitMode

WordTableAutoFitMode Enum

Defines how AutoFit value can be specified for tables in generated Word files.

Namespace: C1.Document.Export.Ssrs
Assembly: C1.Document.dll
Syntax
public enum WordTableAutoFitMode

Fields

Name Description
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.