Results 1 to 2 of 2

Thread: [RESOLVED] Suppress Crystal Report Field

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    141

    Resolved [RESOLVED] Suppress Crystal Report Field

    can we Suppress Crystal Report Field at run time

    plz help meeeeeeeeeeee

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    141

    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
  •  



Click Here to Expand Forum to Full Width