Gets or sets the report section that is currently selected in the editor.

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

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public Section SelectedSection { get; set; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Public Property SelectedSection As Section
	Get
	Set

Remarks

This property exposes the selected Section for editing with a PropertyGrid control (when the SelectedFields property returns an empty array).

For an example, see the SelectedFields property.

See Also