Page 2 of 3
Re: Image as Background with Text one it
Posted: Thu Mar 31, 2022 12:55 pm
by Lech Kulikowski
Hello,
Please clarify which product and version are you use?
Thank you.
Re: Image as Background with Text one it
Posted: Thu Mar 31, 2022 3:59 pm
by wafaboussada
I use the version 2021.3.7
Re: Image as Background with Text one it
Posted: Fri Apr 01, 2022 10:19 am
by Max Shamanov
Hello,
You can use the following code for web designer in your code:
Thank you.
Re: Image as Background with Text one it
Posted: Fri Apr 01, 2022 10:39 am
by wafaboussada
Where can i put this property please
Re: Image as Background with Text one it
Posted: Fri Apr 01, 2022 1:43 pm
by Max Shamanov
Hello,
Please clarify which product are you use?
Thank you
Re: Image as Background with Text one it
Posted: Fri Apr 01, 2022 3:03 pm
by wafaboussada
I use the version 2021.3.7 of stimulsoft-reports-js with node js
Re: Image as Background with Text one it
Posted: Fri Apr 01, 2022 5:02 pm
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.
Re: Image as Background with Text one it
Posted: Mon Apr 04, 2022 9:22 am
by wafaboussada
Thank you it works
Re: Image as Background with Text one it
Posted: Mon Apr 04, 2022 1:13 pm
by Max Shamanov
Hello,
You are welcome.
Thank you.
Re: Image as Background with Text one it
Posted: Tue Apr 19, 2022 2:07 pm
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