Interaction VB.net <-> Crystal Reports 
Author Message
 Interaction VB.net <-> Crystal Reports

Hi there,

I have a few questions regarding the interaction between VB.net and crystal
reports.
I want to do following things but I can't find anywhere how to do it :

Add an unbound field to an rpt which I load in the reportdocument. I want to
set the content of this field
through VB.net
I had the same problem for setting the content of a reporttitle but i
figured that one out :

Dim Reportdoc as New ReportDocument
Reportdoc.load("yourreport.rpt")
Reportdoc.SummaryInfo.ReportTitle = "Your Title"

- How can I do this for other fields of an rpt?

- How can I set the margins of a report with VB.net?

Thx!!



Sat, 21 Aug 2004 00:45:05 GMT  
 Interaction VB.net <-> Crystal Reports

Quote:
> Add an unbound field to an rpt which I load in the reportdocument. I want to
> set the content of this field
> through VB.net

I'm looking for the answer as well for ASP.NET with Crystal. How do you do a
"set text". In VB6 you could do have a text box in your report and pass data to
it via:

dim MyRpt as new CrystalReport1

MyRpt.MyTextBox.SetText ("Hello to you")

How do you do this in ASP.NET with Crystal?  Or can you?

Thanks,

Al



Sat, 21 Aug 2004 14:55:12 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. <<<<<<<<ComboBox>>>>>>>>>>>>

2. HELP >>>>>>WIN API <<<<<<<<<<

3. Crystal Report 8 causes error <font color="blue"><B>20599</B></font>

4. help me out please!!!!<<<<<<<<<<<<<<<<<<<<<<<thanks>>>>>>>>>>>>>>>>>>>>>>>>

5. Crystal Reports 8.5 (VB6) to Crystal Reports NET (VB.NET) conversion

6. <><><>HELP<><><> PCMCIA Motorola Montana 33.6

7. <<<<HELP- OLE container Control>>>>>>>>>

8. VB5<->RDO2<->ODBC<->ORACLE Procedure Problem

9. <<<Cneck Box>>>

10. <<<Gif Files>>>

11. <<<CD ROM>>>

12. <<<Win32Api.TXT>>>

 

 
Powered by phpBB® Forum Software