The PerpetuumSoft.Reporting.Silverlight.Export namespace contains classes for the report export to the XAML format.
Classes
Class | Description | |
---|---|---|
![]() | AdvancedTextXamlAdapter | This class is used for Xaml markup creation of the AdvancedTextBox class elements during the report export to Xaml. Inherited from BoxXamlAdapter. |
![]() | BoxXamlAdapter | This class is used for Xaml markup creation for report element borders. Inherited from XamlAdapter. |
![]() | EllipseAdapter | This adapter is used for the export of Ellipse element to Xaml. Inherited from ShapeAdapter. |
![]() | LineAdapter | This adapter is used for the export of a Line element to Xaml. Inherited from ShapeAdapter. |
![]() | PolygonAdapter | This adapter is used for the export of Polygon element to Xaml. Inherited from ShapeAdapter. |
![]() | ReportControlXamlAdapter | This class is used for Xaml markup creation of custom elements class, images and gauges during report export to Xaml. Inherited from BoxXamlAdapter. |
![]() | RichTextXamlAdapter | This class is used for Xaml markup creation of the RichText class elements during the report export to Xaml. Inherited from BoxXamlAdapter. |
![]() | RoundRectangleAdapter | This adapter is used for the export of RoundedRectangle element to Xaml. Inherited from ShapeAdapter. |
![]() | ShapeAdapter | This class is used as a basic class for all adapters which realize export of various Shape element to Xaml. |
![]() | ShapeXamlAdapter | This class is used as a basic class for all adapters which realize export of various Shape element to Xaml. |
![]() | StyleExtensions | Contains methods for work with report elements styles. |
![]() | TextBoxXamlAdapter | This class is used for Xaml markup creation of the TextBox class elements during the report export to Xaml. Inherited from BoxXamlAdapter. |
![]() | XamlAdapter | An abstract class. It is a basic class for creation of all export filters. The class is used for getting Xaml markup for all report elements. |
![]() | XamlExportFilter | The Xaml export filter. |
![]() | XamlExportFilterFactory | The Xaml export filter factory. |
![]() | XamlMediaShapes | A class for working with various adapters for Shapes. Contains methods for registration of new adapters declared by a user. |
Interfaces
Interface | Description | |
---|---|---|
![]() | IXamlContext | The interface which defines a method for realization of the parameters class for report element export to Xaml. |