Specifies whether drill-down reports should be initially displayed in a collapsed state.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool StartCollapsed { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property StartCollapsed As Boolean
	Get
	Set

Remarks

This property is used with the DrillDown property.

The default value for this property is False.

See Also