Page Header displays different in Preview vs. HTML Preview

Stimulsoft Reports.NET discussion
SteveMets
Posts: 6
Joined: Wed Dec 31, 2008 8:47 am

Page Header displays different in Preview vs. HTML Preview

Post by SteveMets »

I have a Page Header band with an image in the left-hand side, and a Text item with a report title that spans the entire width of the report (image is set to Front). The header displays fine with the image to left and title centered in preview, but when I switch to HTML preview, the title is pushed off-center. I tried setting it to WYSIWYG, but that had no effect. Is there a correction for this, or a way to combine the image and title text box into one object?

Thanks
Attachments
117.rptEmployeeDetails.mrt
(219.69 KiB) Downloaded 461 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Page Header displays different in Preview vs. HTML Preview

Post by Ivan »

Please send to us an mrt and mdc file of the rendered report.
This files is required for testing.

Thank you.
SteveMets
Posts: 6
Joined: Wed Dec 31, 2008 8:47 am

Page Header displays different in Preview vs. HTML Preview

Post by SteveMets »

I've attatched the .mrt to my initial request; I do not see another file called .mdc.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Page Header displays different in Preview vs. HTML Preview

Post by Vital »

Hello,

You can get Mdc file with help of third button in preview window. On attached image you can see what i see.

Thank you.
Attachments
118.Sample.png
118.Sample.png (36.83 KiB) Viewed 3456 times
SteveMets
Posts: 6
Joined: Wed Dec 31, 2008 8:47 am

Page Header displays different in Preview vs. HTML Preview

Post by SteveMets »

Are you talking about the HTML Preview Button? Not sure what "3rd button" you mean.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Page Header displays different in Preview vs. HTML Preview

Post by Edward »

Hi Steve,

No, it is button in the Designer's preview window. After the report is rendered it is possible to save it into mdc file format.

It is also possible to save it via the following code:

Code: Select all

report.Render(false);
report.SaveDocument("myRenderedReport.mdc");
Thank you.
SteveMets
Posts: 6
Joined: Wed Dec 31, 2008 8:47 am

Page Header displays different in Preview vs. HTML Preview

Post by SteveMets »

I do not see that file type in the Save As list
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Page Header displays different in Preview vs. HTML Preview

Post by Fabio Pagano »

In preview it should be the first type of save button, "Document file".

Thank you.
SteveMets
Posts: 6
Joined: Wed Dec 31, 2008 8:47 am

Page Header displays different in Preview vs. HTML Preview

Post by SteveMets »

I found out that you were referring to the Document File; I created this file, but it will not upload to your site (max length exceeded error)
Attachments
120.Employees.zip
(1.01 MiB) Downloaded 377 times
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Page Header displays different in Preview vs. HTML Preview

Post by Fabio Pagano »

In such case, when i cannot attach the file to the post, i send an email to support@stimulsoft.com attaching the file and referencing the post, use this way.
Post Reply