views:

117

answers:

2

I'm trying to obtain the Oracle package name used for a Crystal report data source using .NET code. I have obtained the procedure name, but for some reason I can not find the package name.

     Dim rpt as new ReportDocument
     rpt.Load(filename)

     Dim procedureName As String = rpt.Database.Tables.Item(0).Location 
     Dim DataSourceAliasName As String = rpt.Database.Tables.Item(0).Name

Currently using .NET Crystal Decisions version: 10.5.3700.0

A: 

Have you tried setting a break point, and viewing the contents of rpt.Database.Tables.Item(0)?

Update: Here is a list of some properties: Crystal Reports

Cj Anderson
yes, I can't find it.
eschneider
A: 

No good answer No good answer No good answer No good answer

eschneider