c# - header in reportViewer -


i use vs2010 , want put header (3-4 text lines) on first page , footer on last page( 3-4 text line). can me? thanks.

use visibility property on label , add condition show on first page. not know exact syntax can use expression builder create it.

edit : thing out for, visiblity property reversed usual. real name 'hidden', true hide control , false show it.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -