ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace / DataVisualizerBasePanel Class
Members

In This Topic
    DataVisualizerBasePanel Class
    In This Topic
    Represents a base class of the data visualizer panel that dynamically lays out its contents in a grid composed of rows and columns.
    Object Model
    DataVisualizerBasePanel Class
    Syntax
    'Declaration
     
    Public MustInherit Class DataVisualizerBasePanel 
       Inherits System.Windows.Forms.TableLayoutPanel
    public abstract class DataVisualizerBasePanel : System.Windows.Forms.TableLayoutPanel 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.Panel
                      System.Windows.Forms.TableLayoutPanel
                         GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers.DataVisualizerBasePanel

    See Also