質問

I am new in using StimulSoft. I designed report in StiWebReport Control completely, but I have problem when I want to add this code in page load.

Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();

It says "The type or namespace name 'StiReport' does not exist in the namespace 'Stimulsoft.Report'"

What should I do whith this error?

役に立ちましたか?

解決

You need to add a reference to the library you're using into Visual Studio, so it knows about that code.

Something like this:

In Solution Explorer, double-click the My Project node for the project. In the Project Designer, click the References tab. Click the Add button to open the Add Reference dialog box. In the Add Reference dialog box, select the tab indicating the type of component you want to reference (.Net) Click Browse Navigate to the DLL provided by Stimulsoft.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top