Developers using MdxDataSource can now initiate SSAS (SQL Server Analysis Services) actions such as URL, Report, and HTML through ActiveAnalysis to enhance the analysis capability of cube data.
Learn More | AnalysisServicesActions
Use Schema objects to generate in-memory schema in Relational and XML Data Sources. This provides developers flexibility in determining whether to provide a schema file path or a schema object when setting a custom schema.
Learn More
ActiveAnalysis now provides the ability to connect to databases using ADO.NET data providers. Developers can now use custom data providers such as SQLite and SQLCE to create data connections.
Learn More
Now developers can determine what they want to show their users as underlying data. They may choose between making only the fact table accessible to the end user or provide them access to all of the underlying data.
Learn More
Users can decide if they want a default totals row to be displayed at the end of their data or add default subtotals rows to groups of data.
Learn More - Developers | Learn More - Users
Commonly used namespaces like ActiveAnalysis.Schema, ActiveAnalysis.Layout, ActiveAnalysis.DataSources are now in a common assembly file (GrapeCity.ActiveAnalysis.dll). Using this file, they can be accessed from any platform with ease.
Learn More