Blank SubReport suppress

Stimulsoft Reports.NET discussion
Post Reply
jaya
Posts: 1
Joined: Wed Jan 06, 2010 7:06 am

Blank SubReport suppress

Post 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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Blank SubReport suppress

Post 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.
Post Reply