public interface ReportDesign
Modifier and Type | Method and Description |
---|---|
boolean |
changeBidiProperties(java.lang.String orientation,
java.lang.String textDirection) |
void |
changeParameterPattern(java.lang.String paramName,
java.lang.String category,
java.lang.String pattern)
Changes the report design parameter information.
|
void |
close()
Closes the report design and releases any resources used.
|
java.lang.String |
getDescription()
Returns the description used by the report (long description)
|
java.lang.String |
getIncludedResourceFileName()
Returns the name of the included resource file.
|
ReportLabelInfo[] |
getLabelInfo()
Returns report labels used within the report.
|
ReportLibraryInfo[] |
getLibraryInfo()
Returns report dependent library information.
|
ReportParameterInfo[] |
getParameterInfo()
Returns report parameter information.
|
java.lang.String |
getReportFolder()
Returns the report folder name.
|
java.lang.String |
getTitle()
Returns the title used by the report (brief description).
|
void |
save()
Saves the changes made to the report design.
|
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getReportFolder()
ReportParameterInfo[] getParameterInfo() throws BirtReportDesignException
BirtReportDesignException
ReportLibraryInfo[] getLibraryInfo() throws BirtReportDesignException
BirtReportDesignException
ReportLabelInfo[] getLabelInfo() throws BirtReportDesignException
BirtReportDesignException
java.lang.String getIncludedResourceFileName() throws BirtReportDesignException
BirtReportDesignException
void close() throws BirtReportDesignException
BirtReportDesignException
void changeParameterPattern(java.lang.String paramName, java.lang.String category, java.lang.String pattern) throws BirtReportDesignException
paramName
- category
- pattern
- BirtReportDesignException
void save() throws BirtReportDesignException
BirtReportDesignException
boolean changeBidiProperties(java.lang.String orientation, java.lang.String textDirection)