Runtime report designer custom configuration
Hi,
I want to use the runtime designer to allow our customers to modify their report. Well, most of the settings in the object inspector and most of the tabs in the data tree our customers don't need. I want the things they don't need to be invisible! How can I disable/hide parts of the runtime report designer via code. It shouldn't be possible for the customer to active/show the things I've disabled.
Another question is, how can I change the designers/previews language at runtime?
frxResources()->LoadFromFile("C:\\Programme\\FastReports\\FastReport 4\\Res\\German\\German.frc");
is not working.
Thx for your help :-)
I want to use the runtime designer to allow our customers to modify their report. Well, most of the settings in the object inspector and most of the tabs in the data tree our customers don't need. I want the things they don't need to be invisible! How can I disable/hide parts of the runtime report designer via code. It shouldn't be possible for the customer to active/show the things I've disabled.
Another question is, how can I change the designers/previews language at runtime?
frxResources()->LoadFromFile("C:\\Programme\\FastReports\\FastReport 4\\Res\\German\\German.frc");
is not working.
Thx for your help :-)
Comments