News

How do I go about creating a dataset for this report that uses a stored procedure/sql view which will pull out a dynamic list of tables to query from? My goal is to be able to select "Server1 ...
Stephen Glasskeys For reporting uses, XML parameters really shine: You can pass the same XML string to multiple stored procs, yet you won’t need to modify all of them, if say, one report’s ...