Hello.
In previous versions of Crystal SDK (RDC), IFormulaFieldDefinition interface contains "Value" property which gets a current value (http://devlibrary.businessobjects.com/businessobjectsxi/en/en/RDC_SDK/rdc_com_dg_doc/doc/rdcsdk_com_doc/RDC_ObjectModel83.html).
In the latest Crystal Reports (SP5, for Visual Studio 2012) this functionality is missed - CrystalDecisions.CrystalReports.Engine.FormulaFieldDefinition does not provide a way to get current value ("Value" property is absent).
We were using this property to get formula value in BeforeFormatPage event handler. Right now we are moving from Crystal RDC to Crystal .NET. How should we get formula value now?
Thanks in advance,
Gleb.