Search found 16 matches

by Jose
Fri Jun 02, 2023 7:17 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Blazor - Download PDF - error
Replies: 4
Views: 8689

Re: Blazor - Download PDF - error

Hi! Thank you for your answer. I see the sample - it's ok. But I always must print the pdf in a new browser window: StiReportResponse.PrintAsPdf(report) 1. Then If the user wants to, he clicks on the browser's Download icon and download it. This works fine in Firefox, but not in Chrome. Why? 2. Or t...
by Jose
Thu Jun 01, 2023 2:05 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: Blazor - Download PDF - error
Replies: 4
Views: 8689

Re: Blazor - Download PDF - error

Sorry!
This problem is only in Chrome, but in FireFox it's working.
Attila
by Jose
Thu Jun 01, 2023 1:59 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: Blazor - Download PDF - error
Replies: 4
Views: 8689

Blazor - Download PDF - error

Hi! I make a PDF from report: Stimulsoft.Report.Export.StiPdfExportSettings exportsettings = new(); exportsettings.AutoPrintMode = Stimulsoft.Report.Export.StiPdfAutoPrintMode.Silent; StiReport report = new StiReport(); . . . report.Render(true); StiReportResponse.PrintAsPdf(report); PDF is OK in br...
by Jose
Thu May 18, 2023 5:37 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: TextBox CanGrow?
Replies: 5
Views: 8587

Re: TextBox CanGrow?

Hello!

It seems that problem solved.
Believe it or not, I set "Allow HTML Tags" to True, and it is OK.

Thank you for your help.

Regards
Attila
by Jose
Mon May 15, 2023 3:22 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: TextBox CanGrow?
Replies: 5
Views: 8587

Re: TextBox CanGrow?

Hi! I tried your sample - it's ok. My simplyfied sample is ok in designer prewiev. But in the server it's not. Moreover, my real report is ok in designer prewiev! There is something in the code that makes a mess of the report? Code: StiOptions.Engine.AllowSetCurrentDirectory = false; StiFontCollecti...
by Jose
Mon May 15, 2023 11:03 am
Forum: Stimulsoft Reports.BLAZOR
Topic: TextBox CanGrow?
Replies: 5
Views: 8587

TextBox CanGrow?

Hi! I need the most simple function: I have a Textbox in a GropHeaderBand and I want it to grow vertically when text is longer then textbox width. Word wrap is needed. I set Textbox Can Grow=true and Word Wrap=true and also GroupHeaderBand Can Grow=true. But textbox height is the same, not growing, ...
by Jose
Tue Dec 13, 2022 4:05 pm
Forum: Stimulsoft Reports.WEB
Topic: Blazor - Hide tooltips in Viewer
Replies: 6
Views: 851

Re: Blazor - Hide tooltips in Viewer

Hi!

Thank you very much.
That's what I want (Beatles :-)

Best Regards
Attila
by Jose
Fri Dec 09, 2022 10:58 am
Forum: Stimulsoft Reports.WEB
Topic: Blazor - Hide tooltips in Viewer
Replies: 6
Views: 851

Re: Blazor - Hide tooltips in Viewer

Hi!

Only the tooltips.
(These tooltips almost completely hide the buttons unforunately.)

Thanks.

Attila
by Jose
Thu Dec 08, 2022 7:49 pm
Forum: Stimulsoft Reports.WEB
Topic: Blazor - Hide tooltips in Viewer
Replies: 6
Views: 851

Blazor - Hide tooltips in Viewer

Hi!

I don't want to see the tooltips in the Viewer. For example: Print, First Page, Next Page.
I tried this: StiOptions.Appearance.ShowTooltipsHelp = false;
but no effect.

Than you

Regards
Attila
by Jose
Thu Jun 30, 2022 10:12 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Print report to PDF in new window
Replies: 1
Views: 853

Print report to PDF in new window

Hi!

I use this:
StiReportResponse.PrintAsPdf(report)
and I would like to print the PDF in a new browser window.
(To be honest, why would someone hide the actual page?)

How can I do that?

Thanks.

Attila