C1RdlReport Limitations
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:
• Gauge objects are not supported.
The following RDL properties are not currently supported:
• Document.AutoRefresh
• Document.Width
• Document.Language
• Document.DataTransform
• Document.DataSchema
• Document.DataElementName
• Document.DataElementStyle
• DataSet.CaseSensitivity
• DataSet.Collation
• DataSet.AccentSensitivity
• DataSet.KanatypeSensitivity
• DataSet.WidthSensitivity
• DataSet.InterpretSubtotalsAsDetails
• TextBox.UserSort
• TextBox.ListStyle
• TextBox.ListLevel
• TextRun.ToolTip
• TextRun.MarkupType
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 ReportViewer for ASP.NET AJAX. It MUST BE INCLUDED with other ComponentOne Reports assemblies when you deploy your application that using ReportViewer for ASP.NET AJAX to other systems.
Also, if you update the ReportViewer for ASP.NET AJAX 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.
|