ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / CustomControl Class
Members

In This Topic
    CustomControl Class
    In This Topic
    CustomControl is a wrapper class that allows you to print .NET controls that inherit from System.Windows.Forms.Control
    Object Model
    CustomControl Class
    Syntax
    'Declaration
     
    Public NotInheritable Class CustomControl 
       Inherits ARControl
    public sealed class CustomControl : ARControl 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.SectionReportModel.ARControl
          GrapeCity.ActiveReports.SectionReportModel.CustomControl

    See Also