UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

56 lines (55 loc) 1.95 kB
/** * DevExpress HTML/JS Reporting (designer\wizard\pageId.d.ts) * 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 */ export declare var LegacyReportWizardPageId: { ChooseDataMemberPage: string; SelectColumnsPage: string; AddGroupingLevelPage: string; ChooseSummaryOptionsPage: string; ChooseReportLayoutPage: string; ChooseReportStylePage: string; }; export declare var ReportWizardPageId: { SelectReportTypePage: string; ChooseAvailableDataSourcePage: string; SelectLabelTypePage: string; CustomizeLabelPage: string; SelectDataMembersPage: string; AddGroupingLevelPage: string; ChooseSummaryOptionsPage: string; ConfigureReportPageSettingsPage: string; ChooseReportColorSchemePage: string; SetReportTitlePage: string; }; export declare var FullscreenReportWizardPageId: { SelectReportTypePage: string; SelectDataSourcePage: string; SpecifySqlDataSourceSettingsPage: string; SpecifyJsonDataSourceSettingsPage: string; DefineReportLayoutPage: string; SpecifyPageSettingsPage: string; SpecifyLabelSettingsPage: string; }; export declare var FullscreenReportWizardSectionId: { ChooseAvailableDataSourcePage: string; SelectLabelTypePage: string; CustomizeLabelPage: string; SelectDataMembersPage_Members: string; SelectDataMembersPage_Fields: string; AddGroupFieldsPage: string; AddSummaryFieldsPage: string; ConfigurePageSettingsPage: string; SpecifyReportTitlePage: string; ChooseDataSourceTypePage: string; ChooseJsonSchemaPage: string; SpecifyJsonConnectionPage: string; ConfigureMasterDetailRelationshipsPage: string; ConfigureQueryParametersPage: string; ChooseSqlConnectionPage: string; ConfigureQueryPage: string; ChooseJsonSourcePage: string; };