devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
19 lines (18 loc) • 1.14 kB
JavaScript
/**
* DevExpress HTML/JS Reporting (designer\widgets\customFunctions.js)
* Version: 20.2.13
* Build date: Apr 10, 2023
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
;
Object.defineProperty(exports, "__esModule", { value: true });
var analytics_widgets_internal_1 = require("@devexpress/analytics-core/analytics-widgets-internal");
exports.reportFunctionDisplay = (function (addins) { return analytics_widgets_internal_1.insertInFunctionDisplay(addins); })({
'String': {
'NewLine': [{ paramCount: 0, text: 'NewLine()', descriptionStringId: 'ExpressionEditorStringId.Function_NewLine' }],
'FormatString': [{ paramCount: 1, text: "FormatString('')", descriptionStringId: 'ExpressionEditorStringId.Function_FormatString' }],
'Rgb': [{ paramCount: 3, text: 'Rgb(, , )', descriptionStringId: 'ReportStringId.ExpressionEditor_Description_Function_Rgb' }],
'Argb': [{ paramCount: 4, text: 'Argb(, , , )', descriptionStringId: 'ReportStringId.ExpressionEditor_Description_Function_Argb' }]
}
});