cancel
Showing results for 
Search instead for 
Did you mean: 

how to read at runtime a report's FieldObject TextFormat Property

0 Kudos
297

I need to know (in vb.net) if a bound fieldobject has the property 'TextFormat' set to 'crStandardText' or 'crRTFText'.

I am not able to read at runtime this property. Can someone help me? Thanks

View Entire Topic
0 Kudos

Hi Don,

Thanks for your fast esponse, but I have a problem. I can't use ReportAppServer in the program because we have imported:

CrystalDecisions..CrystalReports.Engine, CrystalDecisions..ReportSource , CrystalDecisions.shared, CrystalDecisions.Windows.forms

and importing (using) CrystalDecisions.ReportAppServer lead to many errors in other parts of the module. It is possible not to use ReportAppServer to have the same result? Thanks