reporting-for-winforms
There are 74 repositories under reporting-for-winforms topic.
DevExpress-Examples/Reporting-Custom-Controls
Create custom report controls.
DevExpress-Examples/reporting-winforms-custom-report-storage
Demonstrates how to create various report storage types for the End-User Report Designer.
DevExpress-Examples/winforms-reporting-create-grid-based-report
Demonstrates how to dynamically create a report based on the GridControl visible rows.
DevExpress-Examples/reporting-winforms-customize-parameters-panel
Customize the Parameters Panel
DevExpress-Examples/reporting-provide-custom-report-gallery-storage-in-report-designer
Store Report Gallery templates in a database and share them between multiple users
DevExpress-Examples/reporting-winforms-change-formatting-xrrichtext-rtf-content
Use the non-visual RichEditDocumentServer component to edit and format rich text content of the XRRichText control.
DevExpress-Examples/reporting-winforms-create-report-bound-to-json-data-source
Use the JsonDataSource component to bind a report to JSON-formatted data
DevExpress-Examples/reporting-winforms-print-report-in-dot-matrix-printer
This example shows how to print a report on a dot matrix printer
DevExpress-Examples/reporting-add-a-bar-code-to-a-report
Add various bar codes to a report at runtime.
DevExpress-Examples/reporting-winforms-best-fit-table-row-height
How to Adjust the Row Height to Best Fit the Cell Content
DevExpress-Examples/reporting-winforms-bind-object-data-source-runtime
How to create a report and bind it to an object data source at runtime.
DevExpress-Examples/reporting-winforms-create-hierarchical-report-from-flat-table
How to create a hierarchical tree-like report based on data stored in a flat table
DevExpress-Examples/reporting-winforms-create-table-at-runtime
Contains sample code that creates a report wiith a data-bound table.
DevExpress-Examples/reporting-winforms-custom-controls-for-editing-report-content-in-print-preview
How to create and register custom editors to use them for editing the content of report controls in Print Preview in WinForms
DevExpress-Examples/reporting-winforms-custom-functions-in-the-expression-editor
Custom functions in the Expression Editor in the End-User Report Designer.
DevExpress-Examples/reporting-winforms-export-report-to-xlsx-format
Export a report to XLSX format.
DevExpress-Examples/reporting-winforms-export-xls-diff-sheets
This example demonstrates how to export detail sections of a master-detail report to separate Excel sheets.
DevExpress-Examples/reporting-winforms-implement-custom-parameter-editor
Implement a custom parameter editor.
DevExpress-Examples/reporting-winforms-parameter-dynamic-list
Create a report parameter with a list of predefined dynamic values
DevExpress-Examples/reporting-winforms-store-reports-in-a-database
Save (load) a report definition to (from) a database.
DevExpress-Examples/winforms-reporting-interceptors
The following example shows how to override the default (READ COMMITTED) isolation level in a specific query to allow the user to retrieve the data without being locked on the requested data by another process that modifies it.
DevExpress-Examples/Reporting-Bind-Report-To-Federated-Master-Detail-Data-Source
Create a federated data source that retrieves data from multiple data sources
DevExpress-Examples/Reporting-How-to-Bind-a-Report-to-a-Transformation-Based-Query
Bind a report to a Federated Data Source's Transformation-based query
DevExpress-Examples/reporting-winforms-bind-join-federated-data-source
Create a federated data source that joins data from multiple data sources into a single query.
DevExpress-Examples/reporting-winforms-bind-union-federated-data-source
This example shows how to use the Union operation to combine data into a single federated query.
DevExpress-Examples/reporting-winforms-binding-expressions-in-charts
The following example displays a constant line (average product price) within a given product category.
DevExpress-Examples/reporting-winforms-create-hierarchical-report-in-code
Сreate a hierarchical report in code.
DevExpress-Examples/reporting-winforms-crosstab-runtime
The example shows how to use the XRCrossTab control to generate a cross-tab report in code.
DevExpress-Examples/reporting-winforms-custom-control-numeric-label
Implements a custom numeric label control and adds it to the Report Designer Toolbox instead of the standard XRLabel.
DevExpress-Examples/reporting-winforms-load-missing-fonts-from-google
Add missing fonts from Google Fonts into DXFontRepository
DevExpress-Examples/reporting-winforms-mailkit-email-report-pdf
Use MailKit to Email a Report.
DevExpress-Examples/reporting-winforms-parameter-daterange
This example shows how to create a date range report parameter and use that parameter to filter data in the report.
DevExpress-Examples/reporting-winforms-parameter-multivalue
This example shows how to create a multi-value report parameter with a list of predefined dynamic values.
DevExpress-Examples/reporting-winforms-sql-data-source-runtime
How to create a master-detail report at runtime and bind it to the SqlDataSource component.
DevExpress-Examples/reporting-winforms-use-subreport-to-add-a-chart
How to create a report at runtime with a subreport that contains a chart control.
DevExpress-Examples/winforms-reporting-bind-report-mongodb-instance
Bind a Report to a MongoDB Instance