Package com.stimulsoft.report
Class StiRuntimeVariables
java.lang.Object
com.stimulsoft.report.StiRuntimeVariables
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintint -
Constructor Summary
ConstructorsConstructorDescriptionStiRuntimeVariables(StiReport report) Creates a new instance of the StiRuntimeVariables class. -
Method Summary
Modifier and TypeMethodDescriptionclone()intvoidsetPageIndex(int value) final voidSetVariables(StiReport report) Sets runtime-variables to the specified report.
-
Field Details
-
Page
-
TextBox
-
Line
public int Line -
Column
public int Column -
CurrentPrintPage
public int CurrentPrintPage -
LineThrough
public int LineThrough -
DataSourcesPosition
-
-
Constructor Details
-
StiRuntimeVariables
Creates a new instance of the StiRuntimeVariables class.
-
-
Method Details