StiWebViewer
StiWebViewer
Hello,
Can you hep me please?
I have a report with dynamic number of columns it may reach to 60 column.
put when set the 'Report' property of 'StiWebViewer' it give me an error ......
error CS1010: Newline in constant
error CS1012: Too many characters in character literal
the max number of columns accepted is 33 column and when save it to excel file it works well.
Note: i set the report page property to custom width=64
Can you hep me please?
I have a report with dynamic number of columns it may reach to 60 column.
put when set the 'Report' property of 'StiWebViewer' it give me an error ......
error CS1010: Newline in constant
error CS1012: Too many characters in character literal
the max number of columns accepted is 33 column and when save it to excel file it works well.
Note: i set the report page property to custom width=64
Re: StiWebViewer
Hello,
Can you please send us a sample project with test data which reproduce the issue for analysis.
Thank you.
Can you please send us a sample project with test data which reproduce the issue for analysis.
Thank you.
Re: StiWebViewer
The problem wasn't the column numbers. it was because of special character in column name.
thanks a lot, but i have another issue now:
when the website published, Report viewer not displays the report data directly after i set the report property. I should refresh it several times.
Note: it only display that it has n pages and i can save it, but i need the viewer to display the data.
Regards,
thanks a lot, but i have another issue now:
when the website published, Report viewer not displays the report data directly after i set the report property. I should refresh it several times.
Note: it only display that it has n pages and i can save it, but i need the viewer to display the data.
Regards,
Re: StiWebViewer
Hello.
Please, try to use next code:
Thank you.
How and when do you set the report property of the Web Viewer?reham wrote:The problem wasn't the column numbers. it was because of special character in column name.
thanks a lot, but i have another issue now:
when the website published, Report viewer not displays the report data directly after i set the report property. I should refresh it several times.
Note: it only display that it has n pages and i can save it, but i need the viewer to display the data.
Please, try to use next code:
Code: Select all
StiWebViewer1.ResetReport();
StiWebViewer1.Report = report;
Re: StiWebViewer
Hello Aleksey,
thanks for your reply ...
I wasn't use: StiWebViewer1.ResetReport();
but when i tried it now, it isn't work.
you can check your private messages.. i sent to you an account to test it online in my website.
Regards,
thanks for your reply ...
I wasn't use: StiWebViewer1.ResetReport();
but when i tried it now, it isn't work.
you can check your private messages.. i sent to you an account to test it online in my website.
Regards,
Re: StiWebViewer
Hello.
Login or password is invalid. Please, send more details on your issue to support@stimulsoft.com
We need to see also the code that you use.
Thank you.
Login or password is invalid. Please, send more details on your issue to support@stimulsoft.com
We need to see also the code that you use.
Thank you.