ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IApplicationContext Interface / CreateReport Method
Format of the document

In This Topic
    CreateReport Method
    In This Topic
    Creates loader for documents with specific formats
    Syntax
    'Declaration
     
    Function CreateReport( _
       ByVal format As DocumentFormat _
    ) As ReportModelBase
    ReportModelBase CreateReport( 
       DocumentFormat format
    )

    Parameters

    format
    Format of the document

    Return Value

    Created loader
    See Also