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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

when does crystal.net license counting starts

Status
Not open for further replies.

janardan

Programmer
Aug 7, 2002
17
0
0
US
Hi,
I am using Crystal.net.
I just wanted to know that when exactly the license counting starts in crystal 9.
1. when I declare any variable from CrystalDecisions namespace.
like:
Dim rpt As ReportDocument
2. when I create a new report object.
like:
Dim rpt As ReportDocument = new MYReport()
3. when actually the report gets the data.
CrystalReportViewer1.ReportSource = rpt

and when It releases the license.
Thanks
Janardan


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top