[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.IInputField

IInputField Interface

Represents a generic input field in a report.

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

Properties

Name Description
FieldName

Gets the name of the field.

ReadOnly

Gets a value indicating whether the input field is read-only.

Required

Gets a value indicating whether the input field is required.

Type

Gets the type of the input field.

Extension Methods