ReportPage in form

Hi. i using Fst report 4.2. I wanna put Tfrxreportpage in form and insert bands and labels,.. in form without using frxreport page.
how can i do this?
i writing this code but not work.

var
Frxpage:TfrxReportPage;
procedure TFrmCreateReport.Button1Click(Sender: TObject);
begin
Frxpage:=TfrxReportPage.Create(Application);
// Frxpage.Parent:=frxpage;
Frxpage.PaperHeight:=29.70;
Frxpage.PaperWidth:=21;
end;

Comments

  • edited 1:15AM
    Hi. i create design form with this code in page control.

    frxReport1.EngineOptions.DestroyForms:=False;
    frxReport1.Preview:=FrxPreview;
    frxReport1.DesignReportInPanel(PgDesign);

    but i show only design grid to my customers.how to do this action?

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.