HTML Position absolute

Stimulsoft Reports.NET discussion
Post Reply
StimFan
Posts: 8
Joined: Thu Apr 07, 2011 2:35 am
Location: Germany

HTML Position absolute

Post by StimFan »

Hi everyone,

I have a little problem. In my report I have a text. And the first Letter of the Text is include in grey behind this Text (3 times bigger).
When rendered to PDF everything's ok, but in HTML the big letter is above the text, like here:
Image

Hope someone knows a solution.

Regards,

StimFan
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

HTML Position absolute

Post by Alex K. »

Hello,

For a previewing a designer you can set the following option

Code: Select all

StiOptions.Designer.PreviewHtmlExportMode = StiHtmlExportMode.Div;
For WebViewer, due to some restrictions, it is impossible to do.

Thank you.
StimFan
Posts: 8
Joined: Thu Apr 07, 2011 2:35 am
Location: Germany

HTML Position absolute

Post by StimFan »

Thank you very much.

Too bad this won't work in WebViewer. So I have to make a picture out of it. Fortunately the text is fixed and not dynamic.

Regards,

StimFan
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

HTML Position absolute

Post by Alex K. »

Hello,

Let us know if you need any additional help.

Thank you.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

HTML Position absolute

Post by Andrew »

Hello,

Also a text should be correctly shown in WebViewerFx.

Thank you.
Post Reply