fixing ssrs report table column heading while scrolling is not working in reportviewer

Answered fixing ssrs report table column heading while scrolling is not working in reportviewer

  • Friday, December 14, 2012 10:07 AM
     
     

    Hi,

    I also did the same thing. i just clicked on Advanced mode in Column Group, and then in Row Group Side i set Fixed Data=true for first  top static. I'm using local report not server report and i'm displaying that local report in Reportviewer. Now also its not working....

    Regards,

    Venkatesh

All Replies

  • Friday, December 14, 2012 2:53 PM
     
     Answered

    on the tablix properties did you check below?

    regards,

    krootz

  • Monday, December 17, 2012 9:00 AM
    Moderator
     
     Answered

    Hi Wenku,

    If you are using a table control, then the steps you did should work, if you are using a matrix, Krootz’s suggestion is exactly right. Please right-click the matrix and then select “tablix Properties”, then checked the “Keep header visible while scrolling” option.

    If you have any questions, please feel free to ask.

    Regards,
    Charlie Liao


    Charlie Liao
    TechNet Community Support

  • Wednesday, December 19, 2012 7:12 AM
     
     Answered

    Hi,

    Thanks for your valueable information. Now i'm able to fix the column header. Befor wat i did wrong is, in reportviewer i kept   AsyncRendering="False" SizeToReportContent="True".

    Now i changed that to,  AsyncRendering="True" SizeToReportContent="False" and Fixed Data=True... now it's working.

    Thanks,

    Venkatesh