com.crystaldecisions.sdk.occa.report.data
Interface ISpecialField

All Superinterfaces:
IClone, IField
All Known Implementing Classes:
SpecialField

public interface ISpecialField
extends IField

This interface allows you to add date and time fields into your report. You do not have to go through a controller to create or define these special fields. You can use this object in the RowsetController and the ReportDefController.


Method Summary
 SpecialFieldType getSpecialType()
           Returns the type of special field.
 void setSpecialType(SpecialFieldType specialType)
           Sets the type of special field.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IField
getDescription, getDisplayName, getFormulaForm, getHeadingText, getIsRecurring, getKind, getLength, getLongName, getName, getShortName, getType, setDescription, setHeadingText, setLength, setName, setType
 

Method Detail

getSpecialType

SpecialFieldType getSpecialType()

Returns the type of special field.

Returns:
A SpecialFieldType object that specifies the type of the special field.

setSpecialType

void setSpecialType(SpecialFieldType specialType)

Sets the type of special field.

Parameters:
specialType - A SpecialFieldType object that specifies the type of the special field.