ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / ILoadableFromFileAndStream Interface / LoadFromFile Method
instance of the System.IO.FileInfo.

In This Topic
    LoadFromFile Method
    In This Topic
    Load from file.
    Syntax
    'Declaration
     
    Sub LoadFromFile( _
       ByVal f As FileInfo _
    ) 
    void LoadFromFile( 
       FileInfo f
    )

    Parameters

    f
    instance of the System.IO.FileInfo.
    See Also