Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mlang11

    Passing parameters to PDF

    Public Sub ExportToAdobe(ByVal strReportPath As String, ByVal strAdobeFileName As String) ' This procedure exports data to Adobe file Dim objCrystalReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument() Dim objCrystalFileDestinationOptions As New...
  2. mlang11

    Passing parameters to PDF

    Hi. I am new to VS.NET and Crystal Reports. I have figured out how to pass parameters to a Crystal Report Viewer on a web page but it didn't print very well. So I have successfully opened my Crystal Report in Adobe Reader (prints much better). I have attempted to pass the PDF file a parameter...
  3. mlang11

    Problem with ReportSource

    I have tried you suggestion with no success. I added the references and wrote the VB .NET version of the C# code (see below). Imports CrystalDecisions.Shared Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Web Public Class WebForm1 Inherits System.Web.UI.Page...
  4. mlang11

    Problem with ReportSource

    I have added that code and it still doesn't work. :( Before your suggestion, I entered the path to the report in the Databind property with no luck either. Is it possible it is not working because I have not registered Crystal Reports yet? I am not sure how long Visual Studio has been on my...
  5. mlang11

    Problem with ReportSource

    Hi, I am new to Crystal Reports. I can not view my crystal report thru the browser. I see this message in a box where the report should be: CrystalReportViewer - CrystalReportViewer1 User ReportSource or Databindings property to specify a report source. I have created an .rpt file that is...

Part and Inventory Search

Back
Top