how to call c# function from a dll file

Stimulsoft Reports.WEB discussion
Post Reply
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

how to call c# function from a dll file

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

how to call c# function from a dll file

Post 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.
Attachments
1874.ReferencedAssembliesWeb.png
1874.ReferencedAssembliesWeb.png (34.25 KiB) Viewed 2576 times
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

how to call c# function from a dll file

Post 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.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

how to call c# function from a dll file

Post by Ivan »

Hello,

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

Thank you.
Post Reply