report.Load("report.frx");
      report.Prepare();
      HTMLExport export = new HTMLExport();
      export.PageRange = PageRange.PageNumbers;
      export.PageNumbers = "1";
      report.Export(export, "result.html");
Comments
Use the code: