Some text missing while print

mohanarajmohanaraj 600001
edited 9:12PM in FastReport .NET
Dear Alex,

I print the report by creating report in program and i use the code

FReport.Prepare();
FReport.Print();

this will open the print dialog of printer by using this i print the report but some text are missing in text object's of the report but it will perfectly export as pdf. And also this print dialog is not open while i access the website in remote machine.

Please advice.

thanks in advance.

Comments

  • edited 9:12PM
    Hello,

    Do you have an example of report which text is missing? I need the prepared report file (.fpx).
    wrote:
    And also this print dialog is not open while i access the website in remote machine.
    Are you trying to do this in ASP.NET? The only way to print a report in ASP.NET is to use WebReport component.
  • mohanarajmohanaraj 600001
    edited 9:12PM
    AlexTZ wrote: »
    Hello,

    Do you have an example of report which text is missing? I need the prepared report file (.fpx).
    Are you trying to do this in ASP.NET? The only way to print a report in ASP.NET is to use WebReport component.


    Dear Alex,

    Yes i'm using this code in ASP.NET.

    I have only .frx file, I attached for your reference.
  • edited 9:12PM
    Your report has a lot of overlapped elements. Please remove the overlapping because such report cannot be viewed correctly in the web mode.
    http://fast-report.com/documentation/UserM...ormedreport.htm

Leave a Comment