OpenSaveDialogEventArgs Data propery

Hello
I set OpenSaveDialogEventArgs' properties, e.Data and e.FileName values in DesignerSettings_CustomOpenDialog event.
, e.FileName value is saved but e.Data value is null in DesignerSettings_CustomSaveDialog.

Is e.Data value in DesignerSettings_CustomSaveDialog equal what it's value in DesignerSettings_CustomOpenDialog?

(I tested it via CustomOpenSaveDialogs demo application, FR 1.3.12.0).

Thanks in advance.

??mit

Comments

  • edited 4:39PM
    Hello,

    You should set e.Data in the CustomOpenDialog and use it in CustomOpenReport, or set e.Data in the CustomSaveDialog and use it in CustomSaveReport. The Data is not shared between CustomOpenDialog and CustomSaveDialog.

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.