Called when the component starts rendering a section.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual void StartSection(
	Section section,
	double x,
	double y
)
Visual Basic
Public Overridable Sub StartSection ( _
	section As Section, _
	x As Double, _
	y As Double _
)

Parameters

section
Type: C1.C1Report..::..Section
The Section to render.
x
Type: System..::..Double
Left position of the section, in twips.
y
Type: System..::..Double
Top position of the section, in twips.

See Also