Open FastReport Dialogs by code
Hi, is there a way to open some fastreport dialogs by code. For example: watermark options, export settings, etc..
I'm building a custom toolbar but i'd like to reuse some fastreport dialogs'.
Thank you.
I'm building a custom toolbar but i'd like to reuse some fastreport dialogs'.
Thank you.
Comments
If you are extending the preview window, you need to use PreviewControl's methods such as EditWatermark(). See the example at Demos\C#\CustomPreview folder.