Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ToggleImage Class / InitialState Property

In This Topic
    InitialState Property
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public Property InitialState As RdlBool
    public RdlBool InitialState {get; set;}
    See Also