Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
G
I
J
L
O
P
R
S
V
C
close()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Closes the report client document.
com.crystaldecisions.reports.reportengineinterface
- package com.crystaldecisions.reports.reportengineinterface
This package provides the
JPEReportSourceFactory
class.
com.crystaldecisions.reports.sdk
- package com.crystaldecisions.reports.sdk
This package is used to provide access to a report and its data sources.
createReportSource(Object, Locale)
- Method in class com.crystaldecisions.reports.reportengineinterface.
JPEReportSourceFactory
Deprecated.
It is recommended to use the ReportClientDocument to obtain an IReportSource object
createReportSource(String)
- Method in class com.crystaldecisions.reports.reportengineinterface.
JPEReportSourceFactory
Deprecated.
It is recommended to use the ReportClientDocument to obtain an IReportSource object
D
DatabaseController
- class com.crystaldecisions.reports.sdk.
DatabaseController
.
A database controller which provides an interface for some database related operations.
DataDefController
- class com.crystaldecisions.reports.sdk.
DataDefController
.
A controller that provides limited access to the document's data definition.
dispose()
- Method in class com.crystaldecisions.reports.reportengineinterface.
JPEReportSourceFactory
E
export(ReportExportFormat)
- Method in class com.crystaldecisions.reports.sdk.
PrintOutputController
Exports this document to the specified format.
G
getDatabase()
- Method in class com.crystaldecisions.reports.sdk.
DatabaseController
Returns an IDatabase object which holds information like tables in the report.
getDatabaseController()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Retrieves the database controller for the document.
getDatabaseController()
- Method in interface com.crystaldecisions.reports.sdk.
IReportClientDocument
Gets the database controller for this report.
getDataDefController()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Returns the data definition controller for the document.
getDataDefController()
- Method in interface com.crystaldecisions.reports.sdk.
IReportClientDocument
Gets the data definition controller for this report.
getDataDefinition()
- Method in class com.crystaldecisions.reports.sdk.
DataDefController
Returns formulas, filters, groups, parameters, sort objects, and summaries.
getParameterFieldController()
- Method in class com.crystaldecisions.reports.sdk.
DataDefController
Adds, removes, and modifies any parameter fields in the report.
getParameterFields()
- Method in interface com.crystaldecisions.reports.sdk.
IDataDefinition
Returns an object that contains the parameters in the report.
getPrintOutputController()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Returns the
PrintOutputController
object used to export this document to a different format.
getRecordSelectionFormula()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
getRecordSelectionFormula()
- Method in interface com.crystaldecisions.reports.sdk.
IReportClientDocument
Gets the record selection formula for this report.
getReportSource()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Returns a report source based on the current report document.
getSubreport(String)
- Method in class com.crystaldecisions.reports.sdk.
SubreportController
Retrieves a subreport for the given subreport name.
getSubreportController()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Retrieves the subreport controller for the document.
getSubreportNames()
- Method in class com.crystaldecisions.reports.sdk.
SubreportController
Returns a list of the names of subreports that are contained in a report.
I
IDataDefinition
- interface com.crystaldecisions.reports.sdk.
IDataDefinition
.
An interface for the getting the paramaters of a client document.
IReportClientDocument
- interface com.crystaldecisions.reports.sdk.
IReportClientDocument
.
An interface for report and subreport objects.
isOpen()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Returns true if the report client document is currently open.
ISubreportClientDocument
- interface com.crystaldecisions.reports.sdk.
ISubreportClientDocument
.
An interface for subreport objects.
J
JPEReportSourceFactory
- class com.crystaldecisions.reports.reportengineinterface.
JPEReportSourceFactory
.
A factory for creating a JRC report source.
JPEReportSourceFactory()
- Constructor for class com.crystaldecisions.reports.reportengineinterface.
JPEReportSourceFactory
L
logon(String, String)
- Method in class com.crystaldecisions.reports.sdk.
DatabaseController
Sets all of the tables in the report with a specified user name and password.
O
open(Object, int)
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Opens a report specified by documentPath.
P
ParameterFieldController
- class com.crystaldecisions.reports.sdk.
ParameterFieldController
.
A database controller which provides an interface for some database related operations.
PrintOutputController
- class com.crystaldecisions.reports.sdk.
PrintOutputController
.
A controller for handling printing and exporting operations.
printReport(PrintReportOptions)
- Method in class com.crystaldecisions.reports.sdk.
PrintOutputController
Prints a report to a specified printer that is controlled by RAS SDK server-side printing.
R
ReportClientDocument
- class com.crystaldecisions.reports.sdk.
ReportClientDocument
.
A document object that represents a report.
ReportClientDocument()
- Constructor for class com.crystaldecisions.reports.sdk.
ReportClientDocument
Creates a new report client document.
S
saveAs(String, Object, int)
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Saves the changes to a new report.
setCurrentValue(String, String, double)
- Method in class com.crystaldecisions.reports.sdk.
ParameterFieldController
Sets a single value for the parameter field.
setCurrentValue(String, String, Object)
- Method in class com.crystaldecisions.reports.sdk.
ParameterFieldController
Sets a single value for the parameter field.
setCurrentValues(String, String, Object[])
- Method in class com.crystaldecisions.reports.sdk.
ParameterFieldController
Sets the current values for the parameter field.
setDataSource(Collection, Class, String, String)
- Method in class com.crystaldecisions.reports.sdk.
DatabaseController
Sets a given collection into an existing datasource.
setDataSource(ResultSet, String, String)
- Method in class com.crystaldecisions.reports.sdk.
DatabaseController
Sets a given database result set into an existing datasource.
setLocale(Locale)
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Sets the locale for this report.
setRecordSelectionFormula(String)
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
setRecordSelectionFormula(String)
- Method in interface com.crystaldecisions.reports.sdk.
IReportClientDocument
Sets the record selection formula for this report.
setTableLocation(ITable, ITable)
- Method in class com.crystaldecisions.reports.sdk.
DatabaseController
Changes table location of curTable to a new table.
setTableLocationEx(Object, Object)
- Method in class com.crystaldecisions.reports.sdk.
DatabaseController
Sets table location specified by curTable.
SubreportController
- class com.crystaldecisions.reports.sdk.
SubreportController
.
A subreport controller which provides access to the subreports in the document.
V
verifyDatabase()
- Method in class com.crystaldecisions.reports.sdk.
ReportClientDocument
Verifies all the datasources used in this report.
C
D
E
G
I
J
L
O
P
R
S
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes