Print Page | Close Window

Passing a Request.QueryString ti Crystal reports

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=20934
Printed Date: 28 Mar 2024 at 1:21am


Topic: Passing a Request.QueryString ti Crystal reports
Posted By: Powderworks
Subject: Passing a Request.QueryString ti Crystal reports
Date Posted: 02 Aug 2014 at 4:31pm
Does anyone know how to pass a Request.QueryString to a Crystal Report SQL Command

I know this wont work but it demonstrates want I want to do


SQL Command


Select * From Mydatabase WHERE LocID = Request.QueryString["id"];



I need a parameter but I don't know how to get the Request.QueryString into crystal reports



Replies:
Posted By: Powderworks
Date Posted: 18 Aug 2014 at 7:17pm
Closed



Print Page | Close Window