RangeConverter Class
Namespace: Stimulsoft.Report
Properties
| Property | Type | Description |
|---|---|---|
| getPropertiesSupported | boolean |
Methods
| Method | Returns | Description |
|---|---|---|
| canConvertFrom | boolean | |
| canConvertTo | boolean | |
| convertFrom | any | |
| convertTo | any | |
rangeToString static |
string | |
stringToRange static |
Range |
Method Details
canConvertFrom
canConvertFrom(context: any, sourceType: Stimulsoft.System.Type): boolean
Parameters
- context (any)
- sourceType (Stimulsoft.System.Type)
Returns boolean
canConvertTo
canConvertTo(context: any, destinationType: Stimulsoft.System.Type): boolean
Parameters
- context (any)
- destinationType (Stimulsoft.System.Type)
Returns boolean
convertFrom
convertFrom(context: any, culture: CultureInfo, value: any): any
Parameters
- context (any)
- culture (CultureInfo)
- value (any)
Returns any
convertTo
convertTo(context: any, culture: CultureInfo, value: any, destinationType: Stimulsoft.System.Type): any
Parameters
- context (any)
- culture (CultureInfo)
- value (any)
- destinationType (Stimulsoft.System.Type)
Returns any
rangeToString static
rangeToString(range: Range): string
Parameters
- range (Range)
Returns string
stringToRange static
stringToRange(str: string): Range
Parameters
- str (string)
Returns Range
Fields
| Field | Type | Description |
|---|---|---|
| date1 | any | |
| date1 | any | |
| date1 | any | |
| date2 | any | |
| date2 | any | |
| date2 | any | |
| guid1 | any | |
| guid1 | any | |
| guid2 | any | |
| guid2 | any | |
| str1 | any | |
| str1 | any | |
| str2 | any | |
| str2 | any | |
| time1 | any | |
| time1 | any | |
| time2 | any | |
| time2 | any |