Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top