ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.ReportsLibrary Namespace / ReportsLibrary Class / SetReportTypeFilter Method

In This Topic
    SetReportTypeFilter Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetReportTypeFilter( _
       ByVal reportType As Nullable(Of DesignerReportType) _
    ) 
    public void SetReportTypeFilter( 
       Nullable<DesignerReportType> reportType
    )

    Parameters

    reportType
    See Also