ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Configuration Namespace / ReportTypesConfiguration Class / ReportTypes Property

In This Topic
    ReportTypes Property
    In This Topic
    Gets or sets the sequence of report types.
    Syntax
    'Declaration
     
    Public Property ReportTypes As IEnumerable(Of ReportTypes)
    public IEnumerable<ReportTypes> ReportTypes {get; set;}
    See Also