ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / CreateC1RdlReport Method

In This Topic
    CreateC1RdlReport Method
    In This Topic
    Creates a new instance of C1.C1Rdl.Rdl2008.C1RdlReport with its properties adjusted to better work with C1ReportViewer. This method creates a licensed instance of C1RdlReport provided it is invoked on a licensed instance of C1ReportViewer.
    Syntax
    'Declaration
     
    Public Shared Function CreateC1RdlReport() As C1RdlReport
    public static C1RdlReport CreateC1RdlReport()

    Return Value

    The new instance of C1.C1Rdl.Rdl2008.C1RdlReport.
    Remarks
    The following properties are adjusted on the created C1.C1Rdl.Rdl2008.C1RdlReport:
    • C1.C1Rdl.Rdl2008.C1RdlReport.UseGdiPlusTextRendering is set to true;
    See Also