[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.CustomControl

CustomControl Class

Control, which hosts user's controls

Inheritance
CustomControl
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class CustomControl : ARControl, IComponent, IDisposable, IPersistControl, ISupportInitialize

Constructors

Name Description
CustomControl()

Initializes a new instance of the CustomControl class.

CustomControl(Type)

Initializes a new instance of the CustomControl class.

Properties

Name Description
Control

Gets the control.

ControlType
ImageType

Gets or sets the type of the image.

Type

Gets or sets the control type.

Methods

Name Description
BeginInit()

Signals the object that initialization is starting.

Dispose(bool)

Releases unmanaged and - optionally - managed resources.

EndInit()

Signals the object that initialization is complete.

SetProperty(object, string, object)
WriteXml(XmlElement)

Writes the control as XML to specified XML node.

Extension Methods