Como generar reportes en wpf?

Frank Suero 21 Reputation points
2023-03-21T11:09:57.4266667+00:00

Hola.

Necesito generar reportes en mi aplicación WPF. Con gráficos y opciones de salida. Qué puedo implementar gratis?

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,681 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hui Liu-MSFT 40,786 Reputation points Microsoft Vendor
    2023-03-22T03:00:17.1+00:00

    Hi,@Frank Suero. You have several options: Report Viewer, Microsoft RDLC Report, or Printing directly. Not sure about your details,, you could choose the method according to your situation.

    Limitations of RDL

    Creating reports using RDLC is more laborious than using WPF directly: the RDLC's design tools are primitive compared to Expression Blend and RDLC being processed only in tables.

    The graphic must be imported as an image - it cannot be drawn or edited as a vector.

    Locating items requires code hiding, not data binding.

    It lacks transformation and is raw data binding.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.