Template related components

Hello,

is it somehow possible to fill the content of the control panel, depending of the report template? Actually I can add my custom controls, but can't remove any standard control(?)



Best regards- Ulrich

Comments

  • edited 2:12PM
    You cannot hide components depending on report template used. But you can hide them permanently:

    RegisteredObjects.FindObject(typeof(TextObject)).Enabled = false;

Leave a Comment