Report Utility — Mutation Methods
Back to Report Utility.
setCosts
def setCosts(cost)Sets the Costs per Meter
Parameters:
| Name | Type | Description |
|---|---|---|
cost | — | Value of the Costs per Meter |
setCurrency
def setCurrency(currency)Sets the desired Currency
Parameters:
| Name | Type | Description |
|---|---|---|
currency | — | the desired Currency |
setLanguage
def setLanguage(language)Sets the desired Language
Parameters:
| Name | Type | Description |
|---|---|---|
language | — | the desired NLS Language |
setHeaderLogo
def setHeaderLogo(logo)Sets the Logo shown on Reports top/right
Parameters:
| Name | Type | Description |
|---|---|---|
logo | — | Name of the Logo File () |
setFooterLogo
def setFooterLogo(logo)Sets the Logo shown on Reports bottom/left
Parameters:
| Name | Type | Description |
|---|---|---|
logo | — | Name of the Logo File () |
Was this page helpful?