Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

table does not fill with data?

$
0
0
I'm using VS 2005 Report Designer. All I need to do to finish a report is show data (from a stored procedure) in a table on a sub form. However, no data ever shows up, even though it appears in the "Data" pane. Data also appears when I run the procedure in SSMS.I am very familiar with this technology. I have created reports before. I just can't figure out why I can't get this stored procedure to populate detail rows of a table on my sub report.The stored procedure accepts a parameter that comes from another dataset. I have dropped a text box on the report to display the value of the parameter and it appears.In the stored procedure I stuff a debugging table (i.e., create table debug (mystr varchar(255))) with values from data in the stored proc. When I run the report from VS Report Designer this table is being filled with the right data.I drop the table on the sub report. I put in header data. In the detail section I drop one or two fields from the dataset in question. Every time I run the report I see the header data but never the detail data.Jeez Louise, Report Designer sure is difficult to work with. Does anyone have a potential remedy?Thanks,

Viewing all articles
Browse latest Browse all 2791

Trending Articles