reporting services - Matrix report - Page breaks for each column group -


i'm using vs2005 create reports.

i have matrix report works beatifully. have country going down on left hand side (row group called "matrix1_country_name") , data going across 2 column groups, product_node , month (column groups "matrix1_node" , "matrix1_calendar_month_name" respectively)

the thing want improve report show 5 year/60 months of data, , multiple nodes i'd rather have each node on own page (ideally i'd love have on same page in rows below first node, i'm not sure that's possible).

i've seen numerous responses on these boards putting in page breaks on column groups, can't seem find how in vs2005. examples i've read can seem have different interface i'm guessing aren't in vs2005.

does vs2005 allow add page breaks after each group item , i'm missing it? or there trick can happen? i've read nestin matrix reports in list reports seems more complicated doing page break on column group, i'd rather easiest solution if can.

ah, see pagebreaks ignored on column_groups. guess i'll try 1 of these workarounds.

http://social.msdn.microsoft.com/forums/en-us/sqlreportingservices/thread/ea9d795b-8d17-41d2-a1d7-a4069ebb4539


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -