|
-
May 26th, 2006, 11:10 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Suppress Crystal Report Field
can we Suppress Crystal Report Field at run time
plz help meeeeeeeeeeee
-
May 29th, 2006, 01:17 AM
#2
Thread Starter
Addicted Member
Re: Suppress Crystal Report Field
using CrystalDecisions.CrystalReports.Engine;
CrystalReport report = new CrystalReport;
FieldObject f;
f = report.ReportDefinition.ReportObjects["Field11"] as FieldObject;
f.ObjectFormat.EnableSuppress = true;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|