cancel
Showing results for 
Search instead for 
Did you mean: 

why the EnableRepeatGroupHeader don't works with me...

Former Member
0 Kudos

Hello

i modifie progamaticaly a report in a C# Programme.

i use VS2008 and CR 2008

i have dynamicaly add groups to my report and all works fine.

but now i want my groups headers appears on all pages of my report.

i have tried a lot of things without success

here the code of my methode :

private void definirSautDePageSurGroupe()

{

// i loop on each group of the report

for (int i = 0; i < this.m_intNombreGroupes; i++)

{

GroupAreaFormat gf = (m_ReportClientDocument.ReportDefController.ReportDefinition.get_GroupHeaderArea(i).Format as GroupAreaFormat);

gf.EnableRepeatGroupHeader = true;

}

}

thank's for your help

Edited by: Jonik Gregory on Oct 10, 2008 4:01 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member208657
Active Contributor
0 Kudos

Locking this thread because it is a duplicate of

Answers (0)