com.crystaldecisions.report.htmlrender
Class AfterRenderContentEvent

java.lang.Object
  extended byRenderEventObjectBase
      extended bycom.crystaldecisions.report.htmlrender.AfterRenderContentEvent

public class AfterRenderContentEvent
extends RenderEventObjectBase

This class is currently not supported.

See Also:
Serialized Form

Constructor Summary
AfterRenderContentEvent(java.lang.Object source)
           
 
Method Summary
 java.lang.String getAddAfterContent()
          This method is currently not supported.
 void setAddAfterContent(java.lang.String value)
          This method is currently not supported.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterRenderContentEvent

public AfterRenderContentEvent(java.lang.Object source)
Method Detail

getAddAfterContent

public java.lang.String getAddAfterContent()

This method is currently not supported.

Returns the text that is appended to the end of the report content HTML.

Returns:
The text that is appended to the end of the report content HTML as a String.
See Also:
setAddAfterContent

setAddAfterContent

public void setAddAfterContent(java.lang.String value)

This method is currently not supported.

Sets the text that is appended to the end of the report content HTML.

Parameters:
value - A String that specifies the text that is appended to the end of the report content HTML.
See Also:
getAddAfterContent