v11 is compatible with v10. However, it contains some depreciated classes, methods and properties. All code written against v10 will compile with v11 but there may be some compiler warnings due to depreciated items that may need to be resolved. Here is a list of the depreciated items in v11 and suggested resolution:
- Updated the default font of HtmlArea to LiberationSans-Regular. (v11.03)
- TextWatermark and Image watermark now takes the alpha values for opacity from 0 to 1 instead of 0 to 100. (v11.03)
- ReportWriter objects are obsolete - Use LayoutEngine instead. (v11.01)
- DPLX files are obsolete - Use DLEX files instead. (v11.01)
- GetReportPartById method of DocumentLayout is obsolete - Use GetElementById method instead. (v11.01)