Inheritance & Designer Setup

Hello,

I am a new FastReports (4) user and have some questions, though they don't all apply to each other:

1) When I go into Preview mode it's always at 100% but I would like to have it default to 80% so that I can see the whole page. Is there anywhere to set that?

2) We plan to take advantage of report inheritance, however I have found in my testing that reports don't inherit the page margins or orientation from the base report. Is this correct?

Thank you!!
Bridget

Comments

  • edited December 2009
    Hello,
    wrote:
    1) When I go into Preview mode it's always at 100% but I would like to have it default to 80% so that I can see the whole page. Is there anywhere to set that?
    You have to write this code in the Code tab:
    Report.PreviewOptions.Zoom := 0.80;
    
    wrote:
    2) We plan to take advantage of report inheritance, however I have found in my testing that reports don't inherit the page margins or orientation from the base report. Is this correct?
    Report inherits the Page Margins, if the pages in base and child reports have different names.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.