ActiveReports 8
ToggleImage Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TextBox Class : ToggleImage Property

Glossary Item Box

Gets or sets a value indicating the initial state of a toggling image, if one is displayed as part of the textbox. The toggle image displays as a plus sign (+) to indicate a collapsed state with hidden report items, and as a minus sign (-) to indicate an expanded state with all report items visible.

Syntax

Visual Basic (Declaration) 
Public Property ToggleImage As ToggleImage
C# 
public ToggleImage ToggleImage {get; set;}

Property Value

A ToggleImage object indicating the initial state of a toggling image, if one is displayed as part of the textbox.

Remarks

The ToggleImage is used along with the Visibility class for report items toggled with a textbox.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also