How to update raport using PreviewControl

Hello
I want to make something like this:
1. Create reaport, so i make:
Dim REPORT1 As New FastReport.Report()
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Button2.Enabled = True
Dim page1 As New FastReport.ReportPage()
page1.Name = "Strona 1"
REPORT1.Pages.Add(page1)
REPORT1.Preview = PreviewControl1
REPORT1.Show()
End Sub
2. In PreviewControl i create my report.
3. Update REPORT1 from changes from PreviewControl1
4. Save updatet report.
How to make that update??

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.