Adding dll reference to report

edited 5:07AM in FastReport .NET
Hi,

I need to Add function to write number to words but in Arabic language
so I did a project named it ReportCore that have dll output and write my logic for number to words in Arabic , then go to myReport under report menu select option then added my dll.

In code page when add using ReportCore;, gives me error that can not found

Am I missing something ??


project C#
report lang C#
report version 1.4.3

Comments

  • edited 5:07AM
    Hello,

    Your dll must be placed in the folder where your .exe file is.
  • edited 5:07AM
    thank you it works fine


    Is there a way to add any static method to windows designer like function or system variables ??
  • edited 5:07AM
    Look at the Demos\C#\UserFunctions sample.

Leave a Comment