Hai, i am jaya.
I need to suppress blank sub report in stimulsoft .
This is done in crystal reports easily.
How can i acheive this in stimulsoft.
If anybody knows,Please reply.
Blank SubReport suppress
Blank SubReport suppress
Hi Jaya,
You can suppress a subreport in the BeforePrint event of the DataBand wich contains that subreport using the following code:
SubReport1.Enabled = Condition;
Thank you.
You can suppress a subreport in the BeforePrint event of the DataBand wich contains that subreport using the following code:
SubReport1.Enabled = Condition;
Thank you.