hi.
how can i add custom properties to propertygrid in StiWebDesigner?
Add Custom Propery to StiText
-
- Posts: 2
- Joined: Tue Sep 05, 2017 12:40 pm
Re: Add Custom Propery to StiText
Hello.
Could you describe your issue more detailed with screen-shots and samples?
Thank you.
Could you describe your issue more detailed with screen-shots and samples?
Thank you.
-
- Posts: 2
- Joined: Tue Sep 05, 2017 12:40 pm
Re: Add Custom Propery to StiText
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.
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?
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;}
}
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
Hello,
Unfortunately, at the current moment, the WebDesigner is not supported custom components. Sorry.
Thank you.
Unfortunately, at the current moment, the WebDesigner is not supported custom components. Sorry.
Thank you.