Reports for WPF | ComponentOne
C1.C1Report Namespace / C1Report Class / FixedDocumentSequence Property

In This Topic
    FixedDocumentSequence Property
    In This Topic
    Gets the FixedDocumentSequence representing the current report. Note that retrieving the value of this property renders the report if it has not been rendered, and in all cases recreates the fixed document, hence the application should cache the value if it needs to be accessed more than once.
    Syntax
    'Declaration
     
    Public ReadOnly Property FixedDocumentSequence As FixedDocumentSequence
    public FixedDocumentSequence FixedDocumentSequence {get;}
    See Also