|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportProcessingExtensions
This collection allows you to add, delete, and manage customized processing extensions
that are applied to the report. The collection can be accessed through the
IReportProcessingInfo.getProcessingSecurityExtensions()
method of the IReportProcessingInfo object. To manage all the processing extensions
within the system, use the IProcessingExtensions interface, which can be accessed
through the IReportGlobal.getProcessingExtensions()
method of the IReportGlobal interface.
Note: Before you can apply a processing extension to a report, you must know the processing extension's name.
| Method Summary | |
|---|---|
IReportProcessingExtension |
add(java.lang.String name)
Adds a new processing extension to the Processing Extensions collection. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet |
|---|
get |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
IReportProcessingExtension add(java.lang.String name)
Adds a new processing extension to the Processing Extensions collection.
name - A String specifying the name of the processing extension to be
added.
IReportProcessingExtension object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||