As I want to change the layout of the report viewer, I edit the htmlviewer.css
which is saved under <drive>:\Program Files\Microsoft SQL Server\MSSQL.n\Reporting Services\ReportServer\Styles
. But After i modified it, nothing was changed in the layout, why ? do i need to do something before applying it to the report viewer?
I made this change
.MSRS-RVC .ParametersFrame {
border: 1px solid;
} to
.MSRS-RVC .ParametersFrame {
border: 1000px solid;
width:800px;
}
Thanks all.