Search found 24 matches

by TGoertler
Fri Apr 14, 2023 10:01 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Report Viewer does not hide Excel Export Button
Replies: 3
Views: 8834

Re: Report Viewer does not hide Excel Export Button

Hello,

thank you!! That's the option I was missing!
Now it works perfectly.

Regards,
Thomas
by TGoertler
Tue Apr 11, 2023 10:23 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Report Viewer does not hide Excel Export Button
Replies: 3
Views: 8834

Report Viewer does not hide Excel Export Button

Hi Stimulsoft Team, I try to hide the export to excel button from the save report dialog of the blazor report viewer. When using something like that Options = new StiBlazorViewerOptions(); Options.Exports.ShowExportToExcel = false; Options.Exports.ShowExportToExcel2007 = false; the button is still v...
by TGoertler
Wed Nov 09, 2022 4:31 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: Precompiling failed when publishing Blazor WASM
Replies: 3
Views: 8676

Precompiling failed when publishing Blazor WASM

Hi Support Team, the following error occours when publishing a Blazor WASM Webapp: Precompiling failed for (...)\obj\Release\net7.0\linked\Stimulsoft.Base.dll with exit code -1073741819 I'm using VS2022, .NET 7, runtime "browser-wasm", framework "net7.0", Ahead-of-Time compilatio...
by TGoertler
Mon Aug 05, 2013 3:08 pm
Forum: Stimulsoft Reports.NET
Topic: CompiledReport.Printed event doesn't work on assembly report
Replies: 3
Views: 1534

Re: CompiledReport.Printed event doesn't work on assembly re

Hello Aleksey,

I got it working now, thank you very much!!

Thomas
by TGoertler
Mon Aug 05, 2013 3:07 pm
Forum: Stimulsoft Reports.NET
Topic: Use a single StiReport object to save memory?
Replies: 1
Views: 1100

Use a single StiReport object to save memory?

I've a question about using the report component correclty. Let's assume I've 20 different MRT files with totally different reports and layouts. Is it possible to create a single StiReport object and load the MRT files dynamically? What I want to achive is, load the reports dynamically so they can b...
by TGoertler
Fri Aug 02, 2013 11:55 am
Forum: Stimulsoft Reports.NET
Topic: CompiledReport.Printed event doesn't work on assembly report
Replies: 3
Views: 1534

CompiledReport.Printed event doesn't work on assembly report

Hello, I use something like the following code to close a StiViewerForm automatically after printing (VB.NET): Private stiVewForm As New Stimulsoft.Report.Viewer.StiViewerForm Private Sub ButtonShow_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonShow.Click Dim report...
by TGoertler
Wed May 09, 2012 11:33 am
Forum: Stimulsoft Reports.NET
Topic: Problem with grouping data for stacked bar chart
Replies: 6
Views: 1814

Problem with grouping data for stacked bar chart

Thank you very much for your help!

Now I understand how it works and it really looks stunning in our project!

Thanks a lot!!! Keep up the nice work.

Best Regards,
Thomas
by TGoertler
Thu May 03, 2012 9:42 am
Forum: Stimulsoft Reports.NET
Topic: Problem with grouping data for stacked bar chart
Replies: 6
Views: 1814

Problem with grouping data for stacked bar chart

<t>Hello,<br/> <br/> thank you for your reply.<br/> <br/> There's no bug to solve. My question is: <br/> <br/> How can I create a stacked bar chart with custom data.<br/> <br/> Currently the chart shows single bars. But I don't want to see them like in this example<br/> but stacked:<br/> <br/> Not:<...
by TGoertler
Wed May 02, 2012 2:55 pm
Forum: Stimulsoft Reports.NET
Topic: Problem with grouping data for stacked bar chart
Replies: 6
Views: 1814

Problem with grouping data for stacked bar chart

Hi, I try to create a stacked bar chart with data like that: Master: 1 Detailvalue 1: 10 Detailvalue 2: 12 Detailvalue 3: 14 Master: 2 Detailvalue 1: 8 Detailvalue 2: 20 Detailvalue 3: 5 (...) It worked to group the master/detail stuff and show the data in a list form. There're also several charts f...
by TGoertler
Thu May 12, 2011 7:44 am
Forum: Stimulsoft Reports.NET
Topic: Problem printing merged reports
Replies: 3
Views: 1217

Problem printing merged reports

<t>When saving the merged pages as mdc file then reload it into a new StiReport object then it works.<br/> It's possible to click the "print" button, then eyerything is fine. The problem now is, that I always have to save the file before printing.<br/> <br/> Hope that helps a bit to nail the problem...