Reporting Services: freezing rows in tables
I'm a bit new to Reporting Services 200开发者_JS百科5. I have a report that gets emailed out and some users want to freeze the top two rows while scrolling. Is this possible?
set your fixheader property true
for this Select Table > property > fixheader = true 
Second way open your rdlc file in xml edition
put the fix header as show below in your header tags
<header>
  <FixedHeader>true</FixedHeader>
</Header>
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论