Visual Studio Development Bookmark and Share   
 index > Visual Studio Report Controls > Report designer is driving me nuts
 

Report designer is driving me nuts

I am working with visual studio 2008.  I have design a report by dragging text boxes on the report designer and link them to an SQL2005  dataset.  I am passing on report parameter to which it seems to take.  The only record it shows is the last in the data set and seems to be ignoring parameter for the report.  It continues  to shows "report is being generated" then the report showing the last data record show up.  It a continues cycle between the two.  Also does anyone know how to preview the report in the report desing with having to run my program. 
robb4j  Friday, October 09, 2009 2:33 AM

Hi there,

There are couple of things you need to look into .

1. Did you check how recordss your stored proc/query is returning for the same input criteria

2. Did you apply any row group or check if you have accidentally set the visibility property of Tablix.

3. To preview the report you have a tab called "Preview" in the editor with which you can have preview of what the report is doing.


Anand.R

Anand.Ranganathan  Monday, October 12, 2009 8:40 AM

You can use google to search for other answers

Custom Search

More Threads

• The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. (rsAccessDenied)
• Regarding report a rdlc file in .net
• Expand/Collapse button is a (+) when it should be a (-)
• changing datasource of a report
• How to render to PDF?
• Can parm values be hidden from URL using HTTP Post?
• A report with different pages
• How to print a Report with a cover page
• How to mask TextBox
• problem working with datetime datatype in VB.net