ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageReport Class / Save Method / Save(FileInfo) Method

In This Topic
    Save(FileInfo) Method
    In This Topic
    Saves the report definition to the specified file.  
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal file As FileInfo _
    ) 
    public void Save( 
       FileInfo file
    )

    Parameters

    file
    See Also