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 2:12AM
    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 2:12AM
    Hi!

    The problem stayed the same.
    I deleted the file but nothing is on the right side.
  • edited 2:12AM
    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 2:12AM
    Thank you very much!
    That was the problem.

Leave a Comment