Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / WordExporter Class / FixedPageWidth Property

In This Topic
    FixedPageWidth Property
    In This Topic
    Gets or sets a value indicating whether the Page Width written to the DOC file will grow to accommodate the width of the largest page in the Report Body. The default value is false.
    Syntax
    'Declaration
     
    Public Property FixedPageWidth As Boolean
    public bool FixedPageWidth {get; set;}
    See Also