FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / WordExporter Class / AutoFit Property

In This Topic
    AutoFit Property (WordExporter)
    In This Topic
    Gets or sets a value defining how an AutoFit value will be specified for tables in generated Word file. The default value is WordTableAutoFitMode.Default.
    Syntax
    'Declaration
     
    Public Property AutoFit As WordTableAutoFitMode
    public WordTableAutoFitMode AutoFit {get; set;}
    See Also