Jump to content
We've recently updated our Privacy Statement, available here ×

code for c# to call iReport


2006 IR Open Dicussion

Recommended Posts

By: xiaoyu - justxiaoyu

code for c# to call iReport

2006-02-16 21:04

Hi,

i am new to iReport,i couldn't find the code to call iReport ,Can i have sample to call iReport in my asp.net project in C#?

 

 

Thanks and hava a nice day.

 

 

Regards,

Ling

 

 

 

 

By: Remo Fritzsche - remofritzsche

RE: code for c# to call iReport

2006-02-17 01:55

You can start a report by the following command:

 

system("...");

 

the ... you can replace whit the comand line statement to start the report.

Link to comment
Share on other sites

  • 5 years later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

2006 IR Open Dicussion
Wrote:

By: xiaoyu - justxiaoyu
code for c# to call iReport
2006-02-16 21:04
Hi,
i am new to iReport,i couldn't find the code to call iReport ,Can i have sample to call iReport in my asp.net project in C#?


Thanks and hava a nice day.


Regards,
Ling




By: Remo Fritzsche - remofritzsche
RE: code for c# to call iReport
2006-02-17 01:55
You can start a report by the following command:

system("...");

the ... you can replace whit the comand line statement to start the report.
Code:
hi,i am also facing the same problem me too wanna attach jasper reports from a web application done in asp.net with c# as back end code any help will be appreciatedregardsArun
Link to comment
Share on other sites

arungopinath
Wrote:

2006 IR Open Dicussion
Wrote:

By: xiaoyu - justxiaoyu
code for c# to call iReport
2006-02-16 21:04
Hi,
i am new to iReport,i couldn't find the code to call iReport ,Can i have sample to call iReport in my asp.net project in C#?


Thanks and hava a nice day.


Regards,
Ling




By: Remo Fritzsche - remofritzsche
RE: code for c# to call iReport
2006-02-17 01:55
You can start a report by the following command:

system("...");

the ... you can replace whit the comand line statement to start the report.
Code:
Code:
me too facing same problem
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...