am using CR for VS.Net.
I am implementing my own toolbars and menus for crystal reports in our application. I want to know the sequence of operations of loading of crystal reports:
1.Loading of rpt
2.accessing the database
3.finish loading data
The reason I need the sequence of the above is...
I am using Crystal Reports for VS.Net.
When I export to a Html file, it generates a sub directory under the directory specified and then exportes fiel to that directory. In our application, the user determines which directory he wants to export the file to, so the user will get confused if...
Hi,
I am using CR for VS.Net.
When I try to export my multi-page report to HTML format, it generates multiple html pages, one for each page of the report!! I don't want this functionality and want to generate just one html file for each report. How can I do this?
Thanks
Ravi
If I create my reports without integrated security at design time, is there any way that I can make it use integrated windows authentication at runtime? or vice versa? I am using Crystal Reports with Visual studio .Net.
Thank you
The problem I noticed is with respect to the Refreshing. If I change any formula/text on the ReportDocument and call it's Refresh method, it doesn't work . The following code does not work.
ReportDocument rd = crystalReportViewer1.ReportSource as ReportDocument ;
FieldObject fo =...
I am having problems filtering records at runtime thru the ReportDocument object. I am using CR with VS.Net
Once the report loads the data and it is displayed, and if I have to change the record when the user selects a criteria for filtering it, then it doesn't work. The following piece of code...
I need to have a formula similar to the following Sql statement
SELECT au_lname, state FROM authors state IN ('CA', 'IN', 'MD')
which is the equivalent of
WHERE state = 'CA' OR state = 'IN' OR state = 'MD'
Does Crystal Reports support this form of "IN" statement? I tried to do it...
Hi,
I am trying to do the following:
Please consider this scenario. One table has list of all customers, and another table has all the purchase made by this customers. The two tables are linked by customer id.
Now, I need to present a report listing the most recent purchases of the customers...
Hi,
I am trying to do the following:
Please consider this scenario. One table has list of all customers, and another table has all the purchase made by this customers. The two tables are linked by customer id.
Now, I need to present a report listing the most recent purchases of the customers...
I need to develop a report which initially shows a few fields. The user has an option of selecting the columns he want to see by selecting them from an option provided. My questions are:
1. Can I make a report which hides/shows certain columns? I tried to do this by suppressing them at runtime...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.