UNPKG

devexpress-reporting

Version:

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

61 lines (60 loc) 2.15 kB
/** * DevExpress HTML/JS Reporting (designer\wizard\pageId.d.ts) * Version: 24.2.6 * Build date: Mar 18, 2025 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ export declare const LegacyReportWizardPageId: { ChooseDataMemberPage: string; SelectColumnsPage: string; AddGroupingLevelPage: string; ChooseSummaryOptionsPage: string; ChooseReportLayoutPage: string; ChooseReportStylePage: string; }; export declare const ReportWizardPageId: { SelectReportTypePage: string; ChooseAvailableDataSourcePage: string; SelectLabelTypePage: string; CustomizeLabelPage: string; SelectDataMembersPage: string; AddGroupingLevelPage: string; ChooseSummaryOptionsPage: string; ConfigureReportPageSettingsPage: string; ChooseReportColorSchemePage: string; SetReportTitlePage: string; }; export declare const FullscreenReportWizardPageId: { SelectReportTypePage: string; SelectDataSourcePage: string; SpecifySqlDataSourceSettingsPage: string; SpecifyJsonDataSourceSettingsPage: string; DefineReportLayoutPage: string; DefineCrossTabPage: string; SpecifyPageSettingsPage: string; SpecifyLabelSettingsPage: string; }; export declare const FullscreenReportWizardSectionId: { ChooseAvailableDataSourcePage: string; SelectLabelTypePage: string; CustomizeLabelPage: string; SelectDataMembersPage_Members: string; SelectDataMembersPage_Fields: string; SelectSingleDataMemberPage: 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; ConfigureCrossTabColumnsPage: string; ConfigureCrossTabRowsPage: string; ConfigureCrossTabDataPage: string; };