Forms

Through The Form i have To Run The Report and While I have To Values of the Report

can you explain more clearly?

what you want to do after running report from report?

Customer.SETRANGE(“No.”, Customer.“No.”);
REPORT.RUN(REPORT::“Report on Record”, TRUE, FALSE, Customer);

Where

final parameter is a record variable that matches the first data item of the report. This
parameter holds all of the filters that have been previously applied.