Is it possible to hide some properties in the propertygrid of the stidesignercontrol, for instrance the reportauthor property. I have tried overloading the property and setting the browsable attribute to false, but this does not work, any other ideas.
Thanks
Paul
hide properties in propertygrid
Re: hide properties in propertygrid
Hello,
You can use the following code:
Thank you.
You can use the following code:
Code: Select all
Stimulsoft.Base.Design.StiPropertyGrid.HideProperty(typeof(StiReport), "ReportAuthor");