Reports for WPF | ComponentOne
In This Topic
    Working with C1RdlReport
    In This Topic

    The C1RdlReport class, a class that represents an RDL (Report Definition Language) report defined using the 2008 version of the RDL specification. The C1RdlReport class is similar to the C1Report class with the addition of RDL support.

    RDL import in C1PrintDocument (provided by ImportRdl and FromRdl methods) is now obsolete. C1RdlReport should be used instead.

    Important Notes for .NET 2.0/3.0 version users:

    The C1.C1Report.2 assembly uses the System.Windows.Forms.DataVisualization.dll assembly that is only included in .NET Framework 3.5 and later. The assembly is installed on your system with when you install Reports for WPF. It MUST BE INCLUDED with other Reports assemblies when you deploy your application that using Reports for WPF to other systems.

    Also, if you update the Reports for WPF DLLs manually, you MUST put DataVisualization where those assemblies are, and make sure that your project references it. This does not apply to .NET 4.0 users as DataVisualization is already included in the Framework.

    See Also