Page 1 of 1

how to call c# function from a dll file

Posted: Thu May 24, 2012 2:29 am
by AbdulAleem
Hi,

I am using Web Designer(Stimulsoft.reports.web)

How can I call c# function which is present in a dll file.

how can i add reference to the report for dll file.

Please help me..

Thanks

how to call c# function from a dll file

Posted: Fri May 25, 2012 3:59 am
by HighAley
Hello.
AbdulAleem wrote:I am using Web Designer(Stimulsoft.reports.web)

How can I call c# function which is present in a dll file.

how can i add reference to the report for dll file.
You should use your dll file to the Referenced Assemblies list of the Report.
Please, look at the attached image.

Thank you.

how to call c# function from a dll file

Posted: Sat May 26, 2012 2:48 am
by AbdulAleem
Hi

I can type the name of the dll in referenced assemblies section as suggested by you ,but where do i need to put assembly file.
I mean what should be the path of dll file.

Thanks,
Abdul Aleem.

how to call c# function from a dll file

Posted: Mon May 28, 2012 1:27 am
by Ivan
Hello,

Please place your assembly file in the BIN folder of your web-application.

Thank you.