PDA

Click to See Complete Forum and Search --> : [RESOLVED] Suppress Crystal Report Field


Waseemalisyed
May 26th, 2006, 11:10 PM
can we Suppress Crystal Report Field at run time

plz help meeeeeeeeeeee

Waseemalisyed
May 29th, 2006, 01:17 AM
using CrystalDecisions.CrystalReports.Engine;
CrystalReport report = new CrystalReport;

FieldObject f;
f = report.ReportDefinition.ReportObjects["Field11"] as FieldObject;
f.ObjectFormat.EnableSuppress = true;