com.stimulsoft.report
Class StiRuntimeVariables

java.lang.Object
  extended by com.stimulsoft.report.StiRuntimeVariables
All Implemented Interfaces:
java.lang.Cloneable

public class StiRuntimeVariables
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 int Column
           
 int CurrentPrintPage
           
 java.util.Hashtable<java.lang.String,java.lang.Integer> DataSourcesPosition
           
 int Line
           
 int LineThrough
           
 StiPage Page
           
 int PageIndex
           
 StiSimpleText TextBox
           
 
Constructor Summary
StiRuntimeVariables(StiReport report)
          Creates a new instance of the StiRuntimeVariables class.
 
Method Summary
 java.lang.Object clone()
           
 void SetVariables(StiReport report)
          Sets runtime-variables to the specified report.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Page

public StiPage Page

PageIndex

public int PageIndex

TextBox

public StiSimpleText TextBox

Line

public int Line

Column

public int Column

CurrentPrintPage

public int CurrentPrintPage

LineThrough

public int LineThrough

DataSourcesPosition

public java.util.Hashtable<java.lang.String,java.lang.Integer> DataSourcesPosition
Constructor Detail

StiRuntimeVariables

public StiRuntimeVariables(StiReport report)
Creates a new instance of the StiRuntimeVariables class.

Method Detail

SetVariables

public final void SetVariables(StiReport report)
Sets runtime-variables to the specified report.


clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object