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

    The C1RdlReport control supports most of the features of RDL. However, the initial release of C1RdlReport includes some limitations.

    The following objects are not supported:

    The following RDL properties are not currently supported:

    Important Note 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