Search found 960 matches

by Ivan
Mon Jun 12, 2017 6:44 pm
Forum: Stimulsoft Reports.WEB
Topic: Export to MemoryStream problem
Replies: 5
Views: 3280

Re: Export to MemoryStream problem

Hello,

Please instead of stream.CopyTo() method use the stream.WriteTo() method.

Thank you.
by Ivan
Wed May 17, 2017 3:46 pm
Forum: Stimulsoft Reports.NET
Topic: Height when rendering Panel
Replies: 24
Views: 11229

Re: Height when rendering Panel

Hello,

Do you want to get the result as in the picture?

Thank you.
by Ivan
Sun May 14, 2017 3:12 am
Forum: Stimulsoft Reports.NET
Topic: Height when rendering Panel
Replies: 24
Views: 11229

Re: Height when rendering Panel

Hello,

Can you please send us a sample report template with data, which reproduces the issue, for analysis?

Thank you.
by Ivan
Sun Apr 30, 2017 10:11 pm
Forum: Stimulsoft Reports.JS
Topic: Issue with group header and print on all pages
Replies: 2
Views: 1669

Re: Issue with group header and print on all pages

Hello,

The problem is solved.
The patch included in the last release 2017.1.1 on our site.

Thank you.
by Ivan
Sun Apr 30, 2017 9:06 pm
Forum: Stimulsoft Reports.JS
Topic: Missing information using Sum()
Replies: 5
Views: 2976

Re: Missing information using Sum()

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

For your current version, please rename your footer band "Sum" to "Sum2" or any other name, which not equal to any function name.

Thank you.
by Ivan
Thu Apr 06, 2017 1:14 am
Forum: Stimulsoft Reports.NET
Topic: load multi report together
Replies: 1
Views: 1517

Re: load multi report together

Hello, As one of the solutions, you can join together two rendered reports and then show it in the viewer. You can use the following code, for example: // Open and render first report StiReport sourceReport = new StiReport(); sourceReport.Load(@"d:\Report1.mrt"); sourceReport.Compile(); so...
by Ivan
Tue Mar 28, 2017 1:21 am
Forum: Stimulsoft Reports.WPF
Topic: Decrease the default margin/padding of a Textbox
Replies: 4
Views: 2806

Re: Decrease the default margin/padding of a Textbox

Hello,

We made some improvements in that direction.
Please check the next prerelease build when it will be available and let us know about the result.

Thank you.
by Ivan
Wed Feb 22, 2017 1:24 am
Forum: Stimulsoft Reports.WPF
Topic: Image bug when compiling reports
Replies: 11
Views: 6768

Re: Image bug when compiling reports

Hello, In the sample code provided, I can still see the watermarks are not showing up using 2016.3.8 - In both direct and compiled reports watermarks missing. If I use 2016.2 dlls then watermarks do appear - - In both direct and compiled reports watermarks are present. This issue was related only to...
by Ivan
Wed Feb 22, 2017 1:16 am
Forum: Stimulsoft Reports.WPF
Topic: Images missing with the compiled reports
Replies: 12
Views: 7949

Re: Images missing with the compiled reports

Hello, Please modify your code: report.Load(stiReportTemplate); report.RegData(dataSet); report.Compile("", StiOutputType.ClassLibrary, false); var assembly = report.CompilerResults.CompiledAssembly; var compiledReport = StiReport.GetReportFromAssembly(assembly); StiReportResourcesLoader.L...
by Ivan
Thu Jan 19, 2017 11:58 pm
Forum: Stimulsoft Reports.NET
Topic: Subreports in Childbands
Replies: 1
Views: 1178

Re: Subreports in Childbands

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.