ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportInfo Class / RdlSubtype Property

In This Topic
    RdlSubtype Property (ReportInfo)
    In This Topic
    Rdl report subtype, used for displaying a report type icon in web designer
    Syntax
    'Declaration
     
    Public Property RdlSubtype As Nullable(Of RdlSubtype)
    public Nullable<RdlSubtype> RdlSubtype {get; set;}
    See Also