Properties window in designer control

edited January 2010 in FastReport .NET
Good day!

Can somebody tell me why I can't make properties window visible in designer control?
In Visual Studio it appears correctly but when I'm running the code it doesn't visible.
On the right side nothing appears (no properties, data, report tree, etc.).
I tried the menu View -> Properties, but nothing happened.

Thank you for your help.

Comments

  • edited 7:28AM
    Hello,

    Delete the FastReport.Net configuration file. It can be found here:

    Windows XP:

    C:\Documents and Settings\user_name\Local Settings\Application Data\FastReport\FastReport.config

    Windows Vista:

    C:\Users\user_name\AppData\Local\FastReport\FastReport.config
  • edited 7:28AM
    Hi!

    The problem stayed the same.
    I deleted the file but nothing is on the right side.
  • edited 7:28AM
    Hello,

    Probably you forgot to add this code in the Form_Load event handler:

    // restore the design layout. Without this code, the designer tool windows will be unavailable
    designerControl1.RefreshLayout();

    see the Demos\C#\CustomDesigner demo.
  • edited 7:28AM
    Thank you very much!
    That was the problem.

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.