FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / SSRSOpenReportAction Class / SSRSOpenReportAction Constructor
The SSRSOpenReportAction object defining location of the SSRS report.

In This Topic
    SSRSOpenReportAction Constructor
    In This Topic
    Initializes a new instance of the SSRSOpenReportAction object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal location As SSRSReportLocationBase _
    )
    public SSRSOpenReportAction( 
       SSRSReportLocationBase location
    )

    Parameters

    location
    The SSRSOpenReportAction object defining location of the SSRS report.
    See Also