Page 1 of 1

Add Custom Propery to StiText

Posted: Tue Sep 05, 2017 12:45 pm
by mf82388016
hi.
how can i add custom properties to propertygrid in StiWebDesigner?

Re: Add Custom Propery to StiText

Posted: Tue Sep 05, 2017 1:24 pm
by HighAley
Hello.

Could you describe your issue more detailed with screen-shots and samples?

Thank you.

Re: Add Custom Propery to StiText

Posted: Wed Sep 06, 2017 4:46 am
by mf82388016
Hello.
Thank you for your reply.
I need to add custom properties to StiText and show these properties in StiWebDesigner.
i inherite StiText and add custom properties such as below.

Code: Select all

public class CustomStiText : StiText
{
public string Property1{get;set;}
public string Property2{get;set;}
}
and add CustomStiText to report in runtime. when i show report in StiWebViewer it is god but when i show report in StiWebDesigner it is empty.
i also add https://www.stimulsoft.com/en/samples/w ... t-designer project to my solution but it has same problem(show report in StiWebViewer is ok but in StiWebdesigner is empty).
can you help me?

Re: Add Custom Propery to StiText

Posted: Thu Sep 07, 2017 8:12 am
by Alex K.
Hello,

Unfortunately, at the current moment, the WebDesigner is not supported custom components. Sorry.

Thank you.