ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / RdlVersion Property

In This Topic
    RdlVersion Property
    In This Topic
    Gets or sets the RDL format version of the currently loaded report definition.

    Changing the value of this property after a report has been loaded allows to save it in the newly specified format version.

    Syntax
    'Declaration
     
    Public Property RdlVersion As RdlFormatVersion
    public RdlFormatVersion RdlVersion {get; set;}
    See Also