I use an Oracle ODBC driver for my subreports, they work fine.
For my main reports I use the "Push Model", I create the main reports by using an xml-scheme (ADO.NET), then I fill a Datatable on the Oracle database, and push it to the report, ReportDocument.SetDataSource(datatable).
I just can't...
Hi,
I use CR 9 to develop my reports, but in my program I use the Crystal Reports for .NET dll's.
I have problems with the representation of numberfields,
for ex : 129 --> 129,00
I set all the options on how they should be formatted, but they keep appearing in "0,00" - format.
This also...
Hi,
I have a main report(CR 9) with a linked subreport using an ODBC connection. The subreport uses a command to retrieve data. Is it possible to change the content of the command in code, i.e. .NET?
try this, this works fine
Dim paramFields As ParameterFields = New ParameterFields
Dim Param As ParameterField
Dim dcParam As ParameterDiscreteValue
Dim ParamName As String
If ParameterCount > 0 Then
Dim i As Integer = 1
For i = 1 To ParameterCount
Param = New...
Hi,
I'm using CR9 and have the following question.
Is it possible to change the data Provider for a subreport at runtime, i.e. from MS OLE DB Provider for SQL Server to MS OLE DB Provider for Oracle?
If not do you know how to solve this problem, the report should work on both SQL Server and...
hello, i use CR 9 and i want a specific field to have style bold when its equal to another field.
You can write a formula under the tab "Font" of the "style" item. I just don' know how to formulate it :p.
Thanks in advance
hi,
I want to load a picture into a report(CR9) from code, i.e. VB.NET.
Anyone knows how this can be done?
blobobject, pictureobject, none of these have a load property, and I cant cast to OLE Object
Hi, i'm using CR9 and have a report with a subreport.
The supbreport uses a command to get its data.
In the command there's a where-clause which uses a parameter from the main report.
((where table.culture = {?Culture}))
culture is a string (varchar(5) in sql server)
Now here's the problem...
Hello,
is it possible in .net to create crystal reports(9) in your own application. Can you use the same designer Visual Studio offers to make reports(new item --> Crystal report..)?
Thanks in advance,
john
hello,
i have a report in CR9 using an oldb command.
So now when I open the database expert I can see the name of the database which i used when creating the connection and underneed the command.
The question is how I can change the database in code in .NET.
I can do it when I use tables but...
Hello, is it possible in CR 9 to do a call to the database for just one field (this field is in a subreport), or do you need to get up all your data by query when the report loads?
thanks in advance.
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.