Add Custom Propery to StiText

Stimulsoft Reports.WEB discussion
Post Reply
mf82388016
Posts: 2
Joined: Tue Sep 05, 2017 12:40 pm

Add Custom Propery to StiText

Post by mf82388016 »

hi.
how can i add custom properties to propertygrid in StiWebDesigner?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add Custom Propery to StiText

Post by HighAley »

Hello.

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

Thank you.
mf82388016
Posts: 2
Joined: Tue Sep 05, 2017 12:40 pm

Re: Add Custom Propery to StiText

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Add Custom Propery to StiText

Post by Alex K. »

Hello,

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

Thank you.
Post Reply