ActiveReports 18 .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 **CreateReportOptions** object.  
    Public MethodIndicates whether report has unsaved changes.  
    Public MethodReturns information about the currently edited report.  
    Public MethodIndicates whether report was saved before at least once.  
    Public MethodShows open report dialog.  
    Public MethodOpens an existing report to be edited in Designer with specified id. Optionally you can pass name and content, else it will be loaded from server.  
    Public MethodSaves the report currently edited in Designer, if report is new, then "Save As" dialog will be opened.  
    Public MethodOpens "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