Page 1 of 1

Blank SubReport suppress

Posted: Wed Jan 06, 2010 7:15 am
by jaya
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

Posted: Wed Jan 06, 2010 8:55 am
by Edward
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.