Recent content by sidmcfarland

  1. S

    DB Reporting in ASP.NET

    No reply on this for a while. So are Crystal/Microsoft report controls not possible in ASPX pages (using VS.NET 2005 Pro)? Alternatives?
  2. S

    DB Reporting in ASP.NET

    The reporting I need to do has the following requirements... 1) Need to be able to display charts and text in the same report 2) Need to display the report in an ASPX page 3) Need ability to save/export the report data in PDF/Word/etc/ format. 4) Need report to span multiple pages, with...
  3. S

    DB Reporting in ASP.NET

    Yes, tetranz is exactly right. The ReportViewer control won't run because of the trust level. I too included the 3 DLLs in my bin folder, but no dice... I started getting permission errors (because of the trust level, I assume). I don't understand why Jodohost would make SQL Server 2005...
  4. S

    Microsoft and Crystal Reporting

    FYI, my needs are very simple, but it appears the solution is very complex. All I need to do is create a report that queries SQL Server and then have that report displayed in an ASPX page. I don't care if the report is designed in VS.NET using Crystal Reports or Microsoft Reporting, SQL 2005...
  5. S

    DB Reporting in ASP.NET

    To follow up with my previous post... the following website shows how to create a report in 2005 reportin gservices, then display that report in an ASPX page. Creating Reports with SQL Reporting Service and Visual Studio .NET - The Code Project - ASP.NET I wanted to test using the...
  6. S

    DB Reporting in ASP.NET

    As I understand it, MS SQL 2005 Reportin Services still requires that an ASPX page includes the Microsoft ReportViewer control. I have been unable to make this control work in my ASPX web pages. I keep getting server error messages. I tried copying DLL files into my bin folder, but then I...
  7. S

    Microsoft and Crystal Reporting

    Has anyone figure out how to make Crystal or Microsoft reporting (both shipped with VS.NET 2005 Pro) work with Jodohost? Is there an alternative? I have a client that needs reporting on their website, but as far as I can tell there's no way to do this with Jodohost.
Back
Top