FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportAddress Class / ReportAddress Constructor
Full path of the report.

In This Topic
    ReportAddress Constructor
    In This Topic
    Initializes a new instance of the ReportAddress class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportPath As String _
    )
    public ReportAddress( 
       string reportPath
    )

    Parameters

    reportPath
    Full path of the report.
    See Also