Image as Background with Text one it

Stimulsoft Reports.NET discussion
Lech Kulikowski
Posts: 7338
Joined: Tue Mar 20, 2018 5:34 am

Re: Image as Background with Text one it

Post by Lech Kulikowski »

Hello,

Please clarify which product and version are you use?

Thank you.
wafaboussada
Posts: 9
Joined: Wed Dec 29, 2021 2:36 pm

Re: Image as Background with Text one it

Post by wafaboussada »

I use the version 2021.3.7
Max Shamanov
Posts: 991
Joined: Tue Sep 07, 2021 10:11 am

Re: Image as Background with Text one it

Post by Max Shamanov »

Hello,

You can use the following code for web designer in your code:

Code: Select all

reportDisplayMode ="Div"
Thank you.
Attachments
chrome_M6DjADHfQ5.png
chrome_M6DjADHfQ5.png (143.75 KiB) Viewed 2199 times
wafaboussada
Posts: 9
Joined: Wed Dec 29, 2021 2:36 pm

Re: Image as Background with Text one it

Post by wafaboussada »

Where can i put this property please
Max Shamanov
Posts: 991
Joined: Tue Sep 07, 2021 10:11 am

Re: Image as Background with Text one it

Post by Max Shamanov »

Hello,

Please clarify which product are you use?

Thank you
wafaboussada
Posts: 9
Joined: Wed Dec 29, 2021 2:36 pm

Re: Image as Background with Text one it

Post by wafaboussada »

I use the version 2021.3.7 of stimulsoft-reports-js with node js
Max Shamanov
Posts: 991
Joined: Tue Sep 07, 2021 10:11 am

Re: Image as Background with Text one it

Post by Max Shamanov »

Hello,

You can use the following code:

Code: Select all

var designerOptions = new Stimulsoft.Designer.StiDesignerOptions();
designerOptions.viewerOptions.appearance.htmlRenderMode = Stimulsoft.Report.Export.StiHtmlExportMode.Div;
var designer = new Stimulsoft.Designer.StiDesigner(designerOptions, "StiDesigner", false);
Thank you.
wafaboussada
Posts: 9
Joined: Wed Dec 29, 2021 2:36 pm

Re: Image as Background with Text one it

Post by wafaboussada »

Thank you it works
Max Shamanov
Posts: 991
Joined: Tue Sep 07, 2021 10:11 am

Re: Image as Background with Text one it

Post by Max Shamanov »

Hello,

You are welcome.

Thank you.
wafaboussada
Posts: 9
Joined: Wed Dec 29, 2021 2:36 pm

Re: Image as Background with Text one it

Post by wafaboussada »

Hello
does this property we can put it when we want to export to pdf from code, the image not whowing when i export it with code
Last edited by wafaboussada on Tue Apr 19, 2022 2:51 pm, edited 4 times in total.
Post Reply