ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / SupportedDocumentType Enumeration

In This Topic
    SupportedDocumentType Enumeration
    In This Topic
    Type of documents supported by the AR Web Designer.
    Syntax
    'Declaration
     
    Public Enum SupportedDocumentType 
       Inherits System.Enum
    public enum SupportedDocumentType : System.Enum 
    Members
    MemberDescription
    cplRDL Report
    dashboardRDL Dashboard Report
    fplPage Report
    mslRDL Multi-Section Report
    rpxSection Report
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Blazor.Designer.SupportedDocumentType

    See Also