ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ComplexExporterOptionsForm Class / FixedPositioning Property

In This Topic
    FixedPositioning Property (ComplexExporterOptionsForm)
    In This Topic
    Gets or sets a value indicating whether objects within the document should have absolute fixed positions, or added to the document flow if possible.
    Syntax
    'Declaration
     
    Public Overridable Property FixedPositioning As System.Boolean
    public virtual System.bool FixedPositioning {get; set;}
    See Also