Page in Report


Hello

please help

How can I make a report with a different page number? I mean that the page number is reset according to the report.

example

report 1 page 1 total 2
report 1 page 2 total 2
report 2 page 1 total 2
report 2 page 2 total 2

Thank you

Comments

  • edited 7:35PM
    1. one frx file contains two pages => see picture

    2. two frx files merged
    FastReport.Report report = new FastReport.Report();
    report.Preview = previewControl1;
    report.RegisterData(data1, "NorthWind");
    report.RegisterData(data2, "Categories BusinessObject");
    report.Load(@"..\..\..\Simple List.frx");
    report.Prepare();
    report.Load(@"..\..\..\Unicode.frx");
    report.Prepare(true);
    report.ShowPrepared();
    
  • edited 7:35PM
    Ok

    thanks for your answer

    but how can I put the total number on each page please


    thanks you


Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.