ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class
Methods

In This Topic
    Documents Class Members
    In This Topic

    The following tables list the members exposed by Documents.

    Public Methods
     NameDescription
    Public MethodCreates a new report to be edited in Designer using the specified CreateDocumentOptions object.  
    Public MethodIndicates whether the report has unsaved changes.  
    Public MethodReturns information about the currently edited report.  
    Public MethodIndicates whether the report was saved at least once before.  
    Public MethodShows the open report dialog.  
    Public MethodOpens an existing report to be edited in Designer with the specified id. Optionally, pass name and content; otherwise, it will be loaded from the server.  
    Public MethodSaves the report currently edited in Designer. If the report is new, the "Save As" dialog will be opened.  
    Public MethodOpens the "Save As" dialog.  
    Public MethodSaves the report currently edited in Designer using the specified id.  
    Public MethodSaves the report currently edited in Designer using the specified name.  
    Top
    See Also