Fired before a section header is rendered by the designer.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public event RenderSectionHeaderEventHandler RenderSectionHeader
Visual Basic
Public Event RenderSectionHeader As RenderSectionHeaderEventHandler

Remarks

The event handler can change the text displayed for the section and group information.

See Also