views:

206

answers:

2

I'm pretty new to Reporting Services though I have a lot of experience with Crystal Reports and databases (and MS Access reports if that counts ;-). Anyway, I created simple reporting project in VS2008 using wizard, with simple stored procedure that has 2 options parameters - and since they're optional I do not assign their values. There's data in the dataset's "Preview data" window, but when I run the report it's empty - there're headers/etc but no data.

What can be wrong here? Can it be because I do not assign SP parameters - and if so, how do I do it? And how do I debug such cases "in general"? There's no even "preview" in report designer in VS2008.

A: 

There is a "DataSet" Element in the .rdlc file that the "ReportViewer" uses. Check this element for inconsistencies...

Alexander
I have too little knowledge to tell "consistencies" from "inconsistencies".
queen3
A: 

Hm, I created report with tables inside, and manually added SP - it worked. But it shows data incorrectly in matrix. When I do the same thing using wizard in Report Builder 2.0 - it works like a charm - report is created, there's a preview, and data is correct in the resulting page. Looks like either VS2008 is broken or I don't understand something in there.

queen3
Did you mean to use a matrix or is a table what you're after?
adolf garlic
I don't quite understand what you mean. Anyway, it was too long ago, I don't remember what was the problem. I solved it somehow, probably by creating clean Reporting project in VS. I would also recommend http://minirdl.com/ because it's easier to use.
queen3