[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.IInputCheckBoxField

IInputCheckBoxField Interface

Represents a checkbox input field in a report.

Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IInputCheckBoxField : IInputField, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
CheckStyle

Gets the style of the checkbox.

Checked

Gets a value indicating whether the checkbox is checked.

Extension Methods