ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / ParametersPanelLocation Enumeration

In This Topic
    ParametersPanelLocation Enumeration
    In This Topic
    The different types of the parameters panel location.
    Syntax
    'Declaration
     
    Public Enum ParametersPanelLocation 
       Inherits System.Enum
    public enum ParametersPanelLocation : System.Enum 
    Members
    MemberDescription
    DefaultDefault panel location (left side).
    TopPanel location at the top side.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.ParametersPanelLocation

    See Also