hi Experts,
is there a way to pass a numeric value from VB.NET to an Unbound Field in Crystal Report .NET?
i know how to pass a string to a TextObject in Crystal Report using:
Dim rpt As...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21355538.html
We are using Crystal reports .NET (integrated with Visual Studio 2005). Our application generates the reports in PDF & shows it to the user. When the user clicks the save button to save the PDF ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23300...
Zones:
Visual StudioDate Answered: 07/13/2008 Rating: 9.6 Views: 0
In Crystal Reports for .NET 2003, I have a formula which returns a numeric result, which I insert into a text object ("There are nn objects"). By default, CR formats the number with two decimal pla...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23355...
I have an VS.Net 2005 Windows Application that has reports with registered Crystal Reports. I'm using Access as Database.
I designed some reports and they are working very well on my machine even ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23421554.html
In order to make my application usable globally, I want the app to display dates according to the local culture. I'm using Visual Basic .NET 2003 with Crystal Reports; in VB, I've got the display w...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23608621.html
Summary:
I'm modifying a Crystal Report by adding ONE field. I updated the SPROC to return this new field i.e. added 'Select oldfield1, oldfield2,...,oldFieldN, NEWFIELD from MYTABLE'. Now I...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23891407.html
Data Source of Crystal Report 11 Can be a Dataset or store procedure.Can any one tell me which one is better.Either fetch data from Database and fill it in dataset and assign it to crystal report ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_24343966.html
We are using Crystal Reports XI release 2 and developing a web application using Visual Studio 2008 with .Net 2.0 as the target.
We have explicitly added the following references to web.config ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23594...
I have some crystal reports that uses a viewer and Report.xsd as a schema for the data/field names that will be returned by my Stored procedures.
I have updated the SPROCs to add 3 new fields. ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_24576815.html
I have a crystal report that prints all records for all salespeople. I am calling the report from vb.net. What's the best way to add an optional parameter to base the report on 1 salesperson ID?
...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_24759507.html