can't define using Stimulsoft.Report.Web;

Сonversation on different topics
Post Reply
myintw
Posts: 29
Joined: Mon May 09, 2011 8:02 pm
Location: Perth

can't define using Stimulsoft.Report.Web;

Post by myintw »

Hi,

I want to use 'StiReportResponse.ResponseAsRtf(this.Page, report);' so that I add reference on top like ' using Stimulsoft.Report.Web;' . However, I can put that in one page, not in another page. What do I need to do to solve this out? Could you please tell me the way to fix this. Thanks a lot in advance to Stimulsoft team.

Best Regards,
Win
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

can't define using Stimulsoft.Report.Web;

Post by Jan »

Hello Win,

Can you say you receive compilation error? Can you say which error you see?

Thank you.
myintw
Posts: 29
Joined: Mon May 09, 2011 8:02 pm
Location: Perth

can't define using Stimulsoft.Report.Web;

Post by myintw »

Hi Jan,
I solved out my problem already. Sorry, that's my fault. I forgot to register assembly in .cs page so that i can't add 'using Stimulsoft.Report.Web;'. I registered assembly like :
then it worked. Sorry, I made mistake. Thanks for your reply, anyway.

Cheers,
Win
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

can't define using Stimulsoft.Report.Web;

Post by Andrew »

Hello,

Great! Have a nice day!
Post Reply