Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ActionHandlerFileOpen Class / ActionHandlerFileOpen Constructor / ActionHandlerFileOpen Constructor(String)
The file name to assign to the ActionHandlerFile.FileName property.

In This Topic
    ActionHandlerFileOpen Constructor(String)
    In This Topic
    Initializes a new instance of the ActionHandlerFileOpen class, assigning the ActionHandlerFile.FileName property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    public ActionHandlerFileOpen( 
       string fileName
    )

    Parameters

    fileName
    The file name to assign to the ActionHandlerFile.FileName property.
    See Also