Passing parameters to a crystall report.

  • Thread starter Thread starter Sospeter
  • Start date Start date
S

Sospeter

Hi,

I am trying to pass parameters to a crystall report.

I have imported the following namespace CrystalDecisions.CrystalReports.Engine

Despite doing that I cannot declare a parameter field as follows:-

Dim StateParam As New ParameterField.

Anyone know a solution to this.
 
Sospeter said:
I am trying to pass parameters to a crystall report.
... <snip> ...
Anyone know a solution to this.

I don't know much about Crystal Reports, but what I do know is a great
place to ask CR-related questions:

The ASP.NET Forums - Crystal Reports Forum
http://asp.net/Forums/ShowForum.aspx?tabindex=1&ForumID=76

You'll likely get a response within a couple of hours over at that forum.

hth

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 
Back
Top