Navigation:  Templates > Guide to all Templates > Additional Libraries and Templates > Crystal8 Class >====== CanDrillDown(allow Crystal drill down support ) ====== Previous pageReturn to chapter overviewNext page

CanDrillDown(| candrilldown |)

CanDrillDown  Allows use of Crystal Report's drill down feature.

candrilldown  An integer constant, variable, EQUATE, or expression that specifies whether the report make use of Crystal's drill down feature. A value of one (1) allows drill down to be used; a value of zero (0) removes the ability to drill down.

The CanDrillDown method allows a Crystal Report to use the defined drill down support. For more information on Crystal's drill down feature refer to the Crystal Report documentation. This method returns a BYTE representing the value of candrilldown.

Return Data Type: BYTE

Example:

oCrystal8.CanDrillDown(1)