The key new feature this release is reporting. We break the limitation barriers when it comes to displaying PDF and HTML content in Silverlight with our two new viewer controls: C1ReportViewer and C1PdfViewer. You can now display your SSRS reports to end-users in a rich internet application.
This release also gives you the ability to create multi-user schedules with our new grouping features in C1Scheduler. Create and manage appointments for any number of contacts or resources. This was one of the most requested features! Among all the new controls and features this release is also the first ever real 3D chart for Silverlight. Graph real 3D surface and contour charts with the new charting control.
New ReportViewer and PdfViewer Controls
- View HTML and PDF documents in Silverlight.
- Use C1ReportViewer to display HTML and PDF-based reports from virtually any report generator such as Microsoft Reporting Services, Active Reports, Crystal, C1Reports or any other report provider capable of generating HTML or PDF output.
- Use C1PdfViewer as a lightweight viewer for loading and saving arbitrary PDF files in Silverlight.
- Both viewers support printing, paging, zooming and incremental text searching.
New Chart3D Control
- Render 3D surface and contour charts in Silverlight with the new C1Chart3D control.
- Support for floors, ceilings, zones, a legend and more.
Scheduler Resource Grouping
- C1Scheduler can now group appointments by contacts, resources or categories to create a multi-column layout where each column corresponds to a different item.
- There's no limit to the number of groups because users can page through grouped items with ease.
- Simply drag an appointment to reassign it to a different resource, category or contact.
- Grouping is supported in all scheduler views including month, week and day views.
DataGrid for Silverlight Enhancements
- Header and cell merging (automatic and ad hoc)
- Enhanced printing support
- ViewPort information such as scrollbar positions and visible cells is now exposed through the grid control.
RichTextBox for Silverlight Enhancements
- Enhanced table support for inserting and modifying tables in documents
Toolbar for Silverlight Enhancements
- Added support for tabs, so you can organize groups into separate tabs for more screen real estate.
FlexGrid for Silverlight Enhancements
- New samples for XLSX export and Undo/Redo support
- You can now display subtotal (aggregate) rows above or below the grouped data.
- Native Silverlight 4 Printing support.
Unified XAML Namespaces throughout Studio for Silverlight
We've just made development with Studio for Silverlight a whole lot easier. Now you only need to add one namespace reference to your XAML pages. No longer do you need a separate reference for each ComponentOne library being used. For example:
<UserControl x:Class="C1Demo"
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation
xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml
xmlns:d=http://schemas.microsoft.com/expression/blend/2008
xmlns:mc=http://schemas.openxmlformats.org/markup-compatibility/2006
xmlns:c1=http://schemas.componentone.com/winfx/2006/xaml>
<Grid x:Name="LayoutRoot">
<c1:C1Menu x:Name="c1Menu1"/>
<c1:C1Toolbar x:Name="c1Toolbar1"/>
<c1:C1DataGrid x:Name="c1DataGrid1"/>
</Grid>
</UserControl>
ComponentOne ClearStyle™ Technology
ComponentOne's innovative ClearStyle&trade technology now spreads across the entire studio, making design work a simple task. In this release we've added ClearStyle support to the following controls: DropDown, ComboBox, NumericBox, FilePicker, TreeView, Windows, Menu, ContextMenu, RangeSlider, TabControl, Expander, Accordion, ColorPicker, PropertyGrid, CoverFlow, Maps, MediaPlayer, DateTime Editors, Toolbar, and DockControl. Learn more.
New C1ScrollViewer Control
We now include a replacement for the standard ScrollViewer control which is fully compatible with WPF and supports scrolling in both horizontal and vertical directions.