ActiveReports 6 Support

Started by GCXAcherry at 03-04-2010 1:19 AM. Topic has 6 replies.

Print Search Rate
Sort Posts:    
   03-04-2010, 1:19 AM
GCXAcherry is not online. Last active: 11/3/2010 10:22:38 AM GCXAcherry

Not Ranked
Joined on 01-21-2010
Posts 24
the format change after deployment to IIS

Attachment: good - development.png
hello

in the PageHeader, draw a report header, using "line"; the title use "label";

all data put inside detail section, in my develpment the report looks good, as attached, after deploy to IIS, the report contents has some change, as attached high lighted,

could you please help to tell me why? and how to correct it,

thanks

   Report 
   03-04-2010, 1:20 AM
GCXAcherry is not online. Last active: 11/3/2010 10:22:38 AM GCXAcherry

Not Ranked
Joined on 01-21-2010
Posts 24
Re: the format change after deployment to IIS

Attachment: bad - IIS.png
after delpoy to iis

   Report 
   03-04-2010, 12:37 PM
PrantikS is online. Last active: 2/10/2012 5:46:35 PM PrantikS

Top 25 Posts
Joined on 12-11-2008
Posts 1,550

DDStaff
Re: the format change after deployment to IIS
Hello,

Can you send the RDF of the report? Also, are you using the webviewer control of ActiveReports6 to display the reports or just making a PDF export.

Regards,
Prantik
   Report 
   03-04-2010, 10:40 PM
GCXAcherry is not online. Last active: 11/3/2010 10:22:38 AM GCXAcherry

Not Ranked
Joined on 01-21-2010
Posts 24
Re: the format change after deployment to IIS

Attachment: files.rar
hello

here are files,

the report display is just making PDF export.

thanks,
   Report 
   03-05-2010, 2:44 AM
AashishB is not online. Last active: 12/24/2010 3:51:14 PM AashishB

Top 25 Posts
Joined on 12-11-2008
Posts 818
Re: the format change after deployment to IIS

Attachment: LocalizationSample.zip
Hello,

The problem in the report is due the different resx files. The position of controls are different  in each resource file. Some controls are also overlapping. Possibly the Culture settings of your computer is different than the server where you deploy the application. This is why the report appears fine in your machine. I am attaching a small sample application in which you can force change of the CurrentUICulture through a combobox and then see the output on the basis of different resx file. You may modify it to show output for zh-CN and zh-CHS.

Please feel free to ask if you have more questions.

Regards,
Aashish

   Report 
   03-08-2010, 2:08 AM
GCXAcherry is not online. Last active: 11/3/2010 10:22:38 AM GCXAcherry

Not Ranked
Joined on 01-21-2010
Posts 24
Re: the format change after deployment to IIS
hello

it's too sad, the issues still there!

but change a server to deploy, the format didn't change, dont know why!

thanks for help

   Report 
   03-08-2010, 11:07 PM
AnkitN is not online. Last active: 6/8/2010 6:43:55 AM AnkitN

Top 25 Posts
Joined on 03-03-2009
Posts 844

DDStaff
Re: the format change after deployment to IIS

Attachment: ModifiedFiles.zip
Hello,

Your report contains 3 resource files for three different cultures. The position of controls is different in each resource file. You were getting the correct output in the development machine because at this time your reports were picking location settings from the “StowageRate.zh-CN.resx” or “StowageRate.zh-CHS.resx” resource file where the position information is correct. Once you deploy you project on the server where the culture setting is different, the report picks the position settings from the “StowageRate.resx” where settings are incorrect.

So I suggest you to modify the location setting in the “StowageRate.resx” file. I have attached the “StowageRate.resx” with this post. When you open this file in your machine you can get the incorrect output in the development machine too.

Also your report contains multiple overlapping controls. It is recommended to remove all overlapping controls from your report, as these can cause issues when controls try to grow or shrink.

Regards,
Ankit Nigam


   Report 
GrapeCity » Product Support » ActiveReports 6... » Re: the format change after deployment to IIS

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.