com.crystaldecisions.reports.sdk
Interface IDataDefinition


public interface IDataDefinition

This interface provides access the document's DataDefinition. The DataDefinition contains all the fields and groups in the report. This is used to define the structure of the data that is being retrieved from the database. In order to modify any part of the report's data definition, you must access the DataDefinition object through the DataDefController object. If you want to access the DataDefinition only to read it, you can also use the ReportClientDocument object.


Method Summary
 Fields getParameterFields()
           Returns an object that contains the parameters in the report.
 

Method Detail

getParameterFields

public Fields getParameterFields()

Returns an object that contains the parameters in the report.

Returns:
The Fields object.