DesignerRestrictions Bugs

edited June 2009 in FastReport .NET
After trying the version 1.1.29, I find some problems in using the DesignerRestrictions

When I using the following code

objDesign.Designer.Restrictions.DontCreateReport = True
objDesign.Designer.Restrictions.DontLoadReport = True

Comments

  • edited 3:52AM
    Here is how I use it before calling the designer and it works:

    Config.DesignerSettings.Restrictions.DontCreateReport = true;
    Config.DesignerSettings.Restrictions.DontLoadReport = true;

    Another way is to use EnvironmentSettings component and do the same with its DesignerSettings property.

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.