Search Results for

    Show / Hide Table of Contents

    Registering data

    If you select the data source using the "smart tag" menu of the WebReport component, you don't need to register the data manually. In this case, FastReport .NET stores the names of data sources in the ReportDataSources property of the WebReport component.

    In case you don't want to use such method of registering data, you need to do it manually. It can be done by using the StartReport event of the WebReport component. In this event handler, you can call the RegisterData and RegisterDataAsp methods of the report. The report can be accessed through the WebReport.Report property:

    webReport1.Report.RegisterData(myDataSet);
    

    Read more about registering data in this section.

    Back to top © 1998-2026 Copyright Fast Reports Inc.