Problem with show of inherited report

edited 4:47AM in FastReport .NET
For example I create empty base report and empty inherited report.

If I load base report then empty report is displayed. (Page 1 of 1)
If I load inherited report then nothing is displayed. (Page 0 of 1)

I try this with texts and database in reports.... same result.

This code i used:

report = new FastReport.Report();
report.Preview = previewControl1;
report.StoreInResources = false;
report.Load("inherited.frx");
report.Show();

Where is problem?

Comments

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.