Domanda

I have a SSRS report that do not display data in preview mode. However, when I run the same query in SQL Server 2008 R2 I can retrieve the results

What could cause this?

I also used Set FMTOnly to off because I use temptables.

È stato utile?

Soluzione

if you use "SQL Server Business Intelligence Development Studio" not "Report Builder" then on reporting services (where is you table):

  1. click View -> Properties Window (or just press F4)
  2. select the tablix
  3. on properties window find "General" and in the "DataSetName" choose your "Dataset"
  4. On tablix fields set values from your "DataSets"

Or just do like here(from 8:50): http://www.youtube.com/watch?v=HM_dquiikBA

Altri suggerimenti

The Best solutio Select the entire row and change the font to arial or any other font other than segoe UI

  1. default font default font
  2. no display in preview no display in preview
  3. changed font first row changed font first row
  4. first row is displayed in preview first row is displayed in preview
  5. changed secon row font changed secon row font
  6. data is displayingig data is displayingi

A workaround should be:

1) Select the parameters and click on View Report (you will not see nothing or some cells will display content and some not)

2) Click on Print Layout (next to the printer)

You will be able to see content. If you have expand/collapse functionality and then you will not be able to interact with the UI.

I faced similar issues. If you remove/delete the parameter, open the dataset definition and refresh the fields, the parameter should be recreated. Then run the report. It worked for me.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top