Filtering a report

edited 2:22AM in FastReport 4.0
How can I specify within the a report's design that a report's database is filtered ? The database is a TClientDataSet, so I can't use SQL.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 2:22AM
    it can be as simple as setting the visible property of the mdband.
    masterdata1.visible := (<datasetname."fieldname"> = some value)

Leave a Comment