StiUserFunction Class
Namespace: Stimulsoft.Report.Dictionary
Constructors
| Constructor | Description |
|---|---|
| constructor(any name, any category, any returnType) |
constructor(name: any, category: any, returnType: any)
Parameters
- name (any)
- category (any)
- returnType (any)
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiUserFunction | |
| getFullScript | string | |
| meta | StiMeta[] |
Method Details
clone
clone(): StiUserFunction
Returns StiUserFunction
getFullScript
getFullScript(language: StiReportLanguageType): string
Parameters
- language (StiReportLanguageType)
Returns string
meta
meta(): StiMeta[]
Returns StiMeta[]
Fields
| Field | Type | Description |
|---|---|---|
| arguments | any | |
| category | any | |
| customCategory | any | Gets or sets a category of the function. |
| description | any | Gets or sets a description of the function. |
| name | any | Gets or sets a name of the function. |
| returnType | any | |
| scriptBlockly | any | |
| scriptCSharp | any | |
| scriptJS | any | |
| scriptVB | any |