HOWTO: Make Reports that can pass parameters at Run-time? :: ASP.NET + CR.NET

  • Thread starter Thread starter Don Wash
  • Start date Start date
D

Don Wash

Hi There!

I'm using built-in CrystalReport that comes with VS.NET 2003 to create
reports for use it ASP.NET.

How do I configure a graph in the Report (*.rpt file) so that I can pass the
SQL Query as an argument from ASP.NET Application?

Please advice!

Many Thanks,
Don
 
Don,

You can't. You can alter the where clause of the sql but can't change the
columns or tables.
 
Back
Top