com.businessobjects.rebean.wi
Interface TrackDataInfo


public interface TrackDataInfo

The TrackDataInfo interface is used to obtain report information for track data changes feature.

Since:
12.0

Method Summary
 boolean isActive()
          Checks if the Track Data Changes feature are shown on this report or not.
 void showChanges(boolean show)
          Defines if Track Data Changes are shown on this report.
 

Method Detail

isActive

boolean isActive()
Checks if the Track Data Changes feature are shown on this report or not.

Returns:
true if Track Data Changes are shown.

showChanges

void showChanges(boolean show)
Defines if Track Data Changes are shown on this report.

Parameters:
show - true to show them.