ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / ProgramBase Class
Members

In This Topic
    ProgramBase Class
    In This Topic
    Base class to build RDL programs like StyleProgram or ReportItemProgram<T>. Compiles "DNA" of ROM object.
    Object Model
    ProgramBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class ProgramBase 
       Implements IProgram 
    public abstract class ProgramBase : IProgram  
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy
    See Also