[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ToggleImage

ToggleImage Class

Represents an initial state of a toggle image displayed as part of a TextBox.

Inheritance
ToggleImage
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ToggleImage : IValidateable
Remarks
<p>

The toggle image is displayed if the textbox serves as a toggle item for another report item. If no ToggleImage element is present, no image is displayed.

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.

Clicking the textbox or image flips the toggle image state, displaying the image associated with the new state.

Constructors

Name Description
ToggleImage()

Initializes a new instance of the ToggleImage class.

Properties

Name Description
InitialState

Gets or sets a Boolean expression that determines the initial state of the toggle image.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the ToggleImage object.

Extension Methods