Issue about shifting page to the right

Stimulsoft Reports.Silverlight discussion
Locked
JalalKhalil
Posts: 4
Joined: Tue May 21, 2013 1:43 pm

Issue about shifting page to the right

Post by JalalKhalil »

Hello,

When i try to load the report in native silverlight mode, sometimes it is shifted to the right. But it works find when press again on refresh button.

Refresh button contains the following code :



report.Dictionary.BusinessObjects.Clear();
report.Dictionary.BusinessObjects.Add(currentBusinessObject);
report.RegBusinessObject(currentBusinessObject.Category, currentBusinessObject.Name, currentBusinessObject.BusinessObjectValue);
report.Dictionary.SynchronizeBusinessObjects();
report.Load(ReportTemplate);
report.ReportUnit = StiReportUnitType.Millimeters;

report.Render();

stiViewerConrol.SaveConfig();
stiViewerConrol.Refresh();
stiViewerConrol.LoadConfig();

stiViewerConrol.Report = report;
stiViewerConrol.CheckEditableComponents();
stiViewerConrol.InvokeToolEditorEnable();
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue about shifting page to the right

Post by HighAley »

Hello.

Which version do you use?
Could you send us a sample project which reproduces the issue.

Thank you.
JalalKhalil
Posts: 4
Joined: Tue May 21, 2013 1:43 pm

Re: Issue about shifting page to the right

Post by JalalKhalil »

Hello Aleksey,

Sample project attached. When you run the project, just press on refresh button that i added.

More over, we have some bugs that affect our production environment for long time. It will be highly appreciated if some one from your team can connect to my machine so i can show critical bugs we are facing with stimulsoft.

Please notice that we have valid licencee for stimulsoft products.
Attachments
EditableReport.rar
(5.8 MiB) Downloaded 245 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Issue about shifting page to the right

Post by Alex K. »

Hello,

The issue is fixed. The solution will be available in the next prerelease build on this week.
More over, we have some bugs that affect our production environment for long time. It will be highly appreciated if some one from your team can connect to my machine so i can show critical bugs we are facing with stimulsoft.
Please send us a request on the support@stimulsoft.com.

Thank you.
JalalKhalil
Posts: 4
Joined: Tue May 21, 2013 1:43 pm

Re: Issue about shifting page to the right

Post by JalalKhalil »

Thanks,
Waiting...

Jalal
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue about shifting page to the right

Post by HighAley »

Hello.

We have received your message.
We will answer on it soon.

Thank you.
Locked