|
Query |
Response | |
|
The report shows but without the css.
What am I doing wrong? |
We need to specify the .css files to load the Report Viewer component with styles. | |
|
I found something that might be the problem. Where is this defined?
If I disable the height, then my report shows:
|
Report Viewer taking the min height for 36px when we did not specifying the height for Div container. So could you please set the height for div container in layout.cshtml file as shown in below code example to avoiding the mentioned problem at your end.
|