Page 2 of 3

Re: break-word is not set for divs under StiPageContainer

Posted: Thu Mar 21, 2019 7:12 am
by shyam.pundkar
Hi

I can't give you just the mrt file as we create the report design, from a custom config, and generate is on the fly by creating bands and cells using code by reference stimulsoft libraries and fill up the data into it while creating the report elements. all through code. Whats your suggestion in this scenario?

Re: break-word is not set for divs under StiPageContainer

Posted: Thu Mar 21, 2019 8:06 am
by shyam.pundkar
Hi,

I managed to generate a file which look like what you want.
Please have a look and let me know.

Thanks
Shyam

Re: break-word is not set for divs under StiPageContainer

Posted: Thu Mar 21, 2019 11:23 am
by HighAley
Hello, Shyam.

We can't run your report.
Could you describe your issue more detailed with samples and screenshots?

Thank you.

Re: break-word is not set for divs under StiPageContainer

Posted: Thu Mar 21, 2019 7:57 pm
by shyam.pundkar
Hi,

If you see page 1 of the issue. I have already added a fair bit of explanation and the screen shots with highlighting.
I am still trying to get you the file you want. I don't understand why the file I sent you does not work? in all the previous post this mrt was asked.
Can you please explain whats wrong with the mrt file?

Thanks
Shyam

Re: break-word is not set for divs under StiPageContainer

Posted: Fri Mar 22, 2019 3:43 pm
by Lech Kulikowski
Hello,

You can find the result of running your report at the following screenshot.

Thank you.

Re: break-word is not set for divs under StiPageContainer

Posted: Sun Mar 24, 2019 10:31 pm
by shyam.pundkar
Hi

Please test the attached file.
Please use Stimulsoft report version 2019.1.1.0
Also the issue appears on IE only.

Thanks
Shyam

Re: break-word is not set for divs under StiPageContainer

Posted: Mon Mar 25, 2019 3:16 pm
by Lech Kulikowski
Hello,

We couldn't reproduce the issue. Could you explain your issue in more details, how we can reproduce it?

Thank you.

Re: break-word is not set for divs under StiPageContainer

Posted: Mon Apr 08, 2019 10:46 am
by pratikpatil01
Hi Lech,
I am taking forward the same issue Shyam has reported.
I tried few things and found out that issue is actually with StimulSoftMvcReportViewer.
Text(word) wrapping doesn't work when you select ReportDisplayMode option any other than Table.
I have also reproduced the issue using Stimulsoft Sample MVC Report Viewer Application.

Steps to reproduce:
1. Select following option in Report Configuration (Reports.cshtml -Web Demo Project)
ReportDisplayMode = StiReportDisplayMode.Div
2. Include some text/number which doesn't not fit into the column. Problem is this would be truncated and not word wrapped.

Please provide the fix for this. As our application will not be able to display large numbers in Reports to client and this will be a priority issue.

Re: break-word is not set for divs under StiPageContainer

Posted: Tue Apr 09, 2019 11:08 pm
by Lech Kulikowski
Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.

Re: break-word is not set for divs under StiPageContainer

Posted: Mon Apr 15, 2019 8:14 am
by pratikpatil01
Hi Lech,
Is there any update on this issue?