ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportStore Class / ReportStore Constructor

In This Topic
    ReportStore Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report, _
       ByVal resourceLocator As ResourceLocator _
    )
    public ReportStore( 
       Report report,
       ResourceLocator resourceLocator
    )

    Parameters

    report
    resourceLocator
    See Also