Skip to Content
0
Former Member
Dec 28, 2011 at 06:17 PM

Custom functions in reports

50 Views

In earlier versions of Crystal Reports we created a DLL named u2lfuncs.dll that had custom functions. We wrote these in C and would place our custom DLL in the runtime area.

What is the mechanism now for doing this? I don't see any headers or lib files to link to in order to create these extensions going forward. We need this for some retrieving custom data, settings, and some data decryption.