Custom controls in Dialog Form toolbox

Stimulsoft Reports.NET discussion
Post Reply
a.marinelli
Posts: 17
Joined: Wed Nov 14, 2012 1:39 pm

Custom controls in Dialog Form toolbox

Post by a.marinelli »

There's any way to add custom controls in the Dialog Form toolbox?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Custom controls in Dialog Form toolbox

Post by Alex K. »

Hello,

There is a StiCustomControl for this task. There is property public object Control, for which you can set any WinForms control which is inherited from the Control class. But there are many limitations. You cannot create difficult components, only very simple ones.
a.marinelli
Posts: 17
Joined: Wed Nov 14, 2012 1:39 pm

Re: Custom controls in Dialog Form toolbox

Post by a.marinelli »

mmm... probably this is not the right way, thanks anyway
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Custom controls in Dialog Form toolbox

Post by Alex K. »

Hello,

Let us know if you need any additional help.
Post Reply