How can I avoid errors on unknown attributes?

edited 10:55PM in FastReport .NET
Hello,

I am having some custom attributes in my entities. So at Design time of the report I cannot be sure all the entities I use are actually added to the report when my customer "uses" the report.

How can I avoid to get an error message? Is there a way to "ask" or "probe" for attributes? Or can I tell the report somehow to ignore unknown attributes? E.g. if [Product.Color] does not exist?

Thank you,
Samser

Leave a Comment