all groups > sql server reporting services > august 2005 >
You're in the

sql server reporting services

group:

Vs Report Viewe r2005


Vs Report Viewe r2005 Fritz
8/31/2005 12:36:01 PM
sql server reporting services:
I am using the report viewer that came with visual studio beta 2. With this
report viewer there seems to be no way to send paramters to the viewer or
specify a render format automatically. Is there anyway to send parameters to
RE: Vs Report Viewe r2005 Koen
9/22/2005 12:31:02 AM
I also use the report viewer component, although it is the one that was
provided with the previous version of RS (ai 2000). In the source code you
see a method called SetParameter(Striing name, String value). This method is
private. So what I did was creating a new public method called
SetQueryParameter(String name,String value). This methode just calls the
private SetParameter function.

Hope it helps




[quoted text, click to view]
AddThis Social Bookmark Button