Hi,
I’m trying to create report styles to suit my needs, but it seems there is no report elements that distinguish mastergrid and detailgrid elements. e.g When creating a new report style, the element Column Headers applies to both(master and detail grid) headers in the report, therefore I can’t set diferent column header colours for master and detail grid.
Also, Is it possible to set the detail grid columns’ width ? At this time, I am doing this in code, but that wouldn’t be a good solution as the user might want to define their own printing preferences.
Once master and detail grid seem to be managed by the same elements, I am unable to set page breaks and keepTogether properties, therefore my report just does not look good at this time. I thought Groups elements could cater for that, but it doesn’t work in this case.
Please let me know of a good solution for these issues.
Thanks,
Lauro
GenerateReportForm reportForm = new GenerateReportForm(this.grid,@”c:\stylefolder”);
reportForm.ShowDialog();
Imported from legacy forums. Posted by lauro.costa (had 1913 views)