[]
Ƭ Environment: Object
Report environment used for expressions calculation.
Name | Type | Description |
---|---|---|
ReportFolder? |
string |
Report directory name |
ReportName? |
string |
Report name |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1685
Ƭ NoValueType: typeof noValue
値が設定されていないことを示す特別な値を定義します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1529
Ƭ Parameter: Object
レポートのパラメータを定義します。
Name | Type | Description |
---|---|---|
descriptor |
ParameterDescriptorEx |
パラメータ記述子。 |
errorMessage |
string |
無効なパラメータの値に対してエラーメッセージを表示します。 |
isValidValuesLoaded |
boolean |
有効な値のリストがロードされた場合、「true」です。 |
validValues |
ParameterValue [] |
有効な値。 |
values |
ParameterVariant [] |
パラメータ値。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1763
Ƭ ParameterDataType: "Boolean"
| "String"
| "Integer"
| "Float"
| "Date"
| "DateTime"
パラメータのデータ型を定義します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1523
Ƭ ParameterDescriptor: Object
レポートのパラメータ記述子を定義します。
Name | Type | Description |
---|---|---|
allowBlank |
boolean |
空白を許可します。 |
dataType |
ParameterDataType |
パラメータのデータ型。 |
dependsOn |
string [] |
パラメータが依存するパラメータ。 |
multiValue |
boolean |
Parameter is multivalue |
name |
string |
パラメータ名。 |
nullable |
boolean |
null を許可します。 |
selectAllValue? |
any |
すべての使用可能な値が選択されていることを示す複数値パラメータの特殊な値。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1549
Ƭ ParameterDescriptorConfig: Object
Parameter visual presentation settings.
Name | Type | Description |
---|---|---|
dateOnly |
boolean |
Date only. For DateTime parameters. |
hidden |
boolean |
Indicates that parameter is hidden. Hidden parameters are not visible in parameter panel. |
multiline |
boolean |
Multiline. |
prompt |
string |
Parameter value prompt. |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1752
Ƭ ParameterDescriptorEx: ParameterDescriptor
& ParameterDescriptorConfig
パラメータ記述子。.
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1748
Ƭ ParameterValue: Object
パラメータ値を定義します。
Name | Type | Description |
---|---|---|
fields? |
any [] |
Additional fields for extended parameter view |
label |
string |
表示するラベル。 |
value |
ParameterVariant |
Value |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1540
Ƭ ParameterVariant: string
| number
| boolean
| Date
| null
| NoValueType
| SelectAllType
パラメータ値の型。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1536
Ƭ RDLReportDefinition: PartialTyped
<RDLReport
>
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1249
Ƭ RenderOptions: Object
文書の描画オプション。
Name | Type | Description |
---|---|---|
galleyMode |
boolean |
改ページなしですべてのデータを描画します。 |
interactivityActions |
({ Data : string ; Type : "toggle" } | { Data : string ; Type : "sort" })[] |
Holds sorts/toggles state of the document. |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1602
Ƭ ReportParameters: Object
レポートのパラメータを定義します。
▪ [name: string
]: Parameter
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1776
Ƭ ResourceLocator: Object
Provide tools for accessing external resources by URIs.
Name | Type |
---|---|
fork |
(reportName : string ) => ResourceLocator |
getResource |
<T>(uri : string ) => Promise <null | T > |
getResourceUri |
(resourceID : string ) => string |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1505
Ƭ SelectAllType: Object
すべての値が設定されていることを示す複数値パラメータの特別な値。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1531
Ƭ ValidationResult: Object
パラメータの検証結果。
Name | Type | Description |
---|---|---|
isValid |
boolean |
検証が成功したかどうかを示します。 |
message? |
string |
検証が失敗したときに表示されるエラーメッセージのテキスト。 |
value? |
any |
検証した後のパラメータ値。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1732
Ƭ ValidationResults: Object
パラメータの検証結果。
▪ [parameter: string
]: ValidationResult
Dictionary with validation results per parameter
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1727
• FontStore: Object
Provides tools for registering fonts in CSS and pdf export.
Name | Type |
---|---|
registerFonts |
(...fonts : FontDescriptor []) => Promise <void > & (configUri : string ) => Promise <void > |
getFonts |
() => FontDescriptor [] |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1918
• noValue: undefined
値が設定されていないことを示す特別な値。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1527
• selectAll: SelectAllType
すべての値が設定されていることを示す複数値パラメータの特別な値。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1525
▸ registerFont(...fonts
): Promise
<void
>
deprecated
Use FontStore.registerFonts instead
ユーザー指定のフォントを登録してロードします。
Name | Type | Description |
---|---|---|
...fonts |
FontDescriptor [] |
登録されるフォント記述子のセット。 |
Promise
<void
>
Promise that will be resolved when all fonts are loaded and ready for render
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1914
▸ setLicenseKey(key
): void
Set ActiveReportsJSのライセンスキー。
Name | Type | Description |
---|---|---|
key |
string |
license key value |
void
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1869