Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / IsRdlVersionSupported Method
The RDL format version to test.

In This Topic
    IsRdlVersionSupported Method (C1RdlReportBase)
    In This Topic
    Tests whether a specified RDL format version is supported by the current component.
    Syntax
    'Declaration
     
    Public Function IsRdlVersionSupported( _
       ByVal rdlFormatVersion As RdlFormatVersion _
    ) As Boolean
    public bool IsRdlVersionSupported( 
       RdlFormatVersion rdlFormatVersion
    )

    Parameters

    rdlFormatVersion
    The RDL format version to test.

    Return Value

    true if the specified format version is supported, false otherwise.
    See Also