Gets or sets a value determining the initial state of the toggle image. True means "expanded" (that is, a minus sign). False means "collapsed" (that is, a plus sign).

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

Syntax

C#
public RdlBool InitialState { get; set; }
Visual Basic
Public Property InitialState As RdlBool
	Get
	Set

See Also