Some text missing while print
mohanaraj
600001
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.
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
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.
http://fast-report.com/documentation/UserM...ormedreport.htm