Sunday, February 26, 2012

Help Supress line object in CrytalReports

How can I supress line objects in crystal report?Does nobody knows ?|||well.. u need to suppress with formula..

if not ..then its so easy to suppress..right click..format line... then click on suppress...

but ..if u need to suppress with a formula / or condition..

then try this.

insert a line into the new section..
i.e. if u want to print lilne in detail section..
insert a detail section other than main detail section...so this section will be detail - 2
and insert line in new detail section...so the section have only the line..
then suppress or unsuppress the whole section with the formula ..

might be helpful
zeeshan|||you can manipulate it in VB or suppress it in the cryatal report. in VB just type the name of your report and select the line then suppres it. but first you have to make a reference to your report...

dim myreportname as yourreportname
set myreportname = new yourreportname

myreportname.line1.suppress = false

No comments:

Post a Comment