I have VS (Visual Studio) 2017 to develop reports in SSRS.
The VS 2017 was installed earlier. After the VS 2017, I installed SSDT 2012
(i.e. VS 2010) as a part of SQL Server 2012.
I run a simple table report in VS 2017 using SSRS.
I see the following:
Clm1 Clm2 Clm 3 Clm 4
x
x x x x
x x x x
x x
x x x x
x
x
x x x x
There ought to be data in every field.
The 'x' indicates data, blank indicates blank value in that field.
When I run the query in the SSMS database engine, I am seeing data in every field, with no blanks.
When I run the query in SSRS (SSDT 2012), I see data in every field, with no blanks.
Even weird, when I expand the column width of any column in VS 2017, I see data like this:
Clm1 Clm2 Clm 3 Clm 4
x
x
x
x
x
x
I see data only in column 4 !
I tried to refresh and view report many times.
I have no idea on how to resolve this.
While data shows correctly in the database engine side and SSDT 2012, there is this weird behavior
in VS 2017 !
Any suggestion.