Methods of providing custom reports for an asp.net application
        Posted  
        
            by Jarrod
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jarrod
        
        
        
        Published on 2010-03-31T20:19:22Z
        Indexed on 
            2010/03/31
            20:23 UTC
        
        
        Read the original article
        Hit count: 587
        
In our windows application, we used crystal reports. If a customer needed a custom report, we could create it and then send them the rpt file. The customer would then simply add the report file to a custom folder, and could access it directly from our application.
Using a web app, how is this possible. It seems like anything created, using ssrs, crystal, or even telerik reporting must be embedded.
What are some methods for providing custom reports to users of an asp.net web application?
© Stack Overflow or respective owner