ActionId Variable
In This Article
Lists values that identify the Report Designer’s toolbar and menu commands.
#Declaration
TypeScript
export const ActionId: {
NewReport: string;
NewReportViaWizard: string;
OpenReport: string;
ReportWizard: string;
ReportWizardFullScreen: string;
Preview: string;
Scripts: string;
AddDataSource: string;
AddSqlDataSource: string;
AddMultiQuerySqlDataSource: string;
ValidateBindings: string;
Save: string;
SaveAs: string;
Exit: string;
FullScreen: string;
Localization: string;
};
#Members
Name | Type | Description |
---|---|---|
Add |
string | The drop-down list with available data sources in the Field List. |
Add |
string | The Add SQL Data Source menu command that runs the Data Source Wizard multi-query version. |
Add |
string | The Add SQL Data Source menu command that runs the Data Source Wizard single-query version. |
Exit | string | The Exit menu command. |
Full |
string | The Full Screen toolbar command. |
Localization | string | |
New |
string | The New menu command. |
New |
string | The New via Wizard menu command. |
Open |
string | The Open menu command. |
Preview | string | The Preview toolbar button. |
Report |
string | The Design in Report Wizard menu command. |
Report |
string | The New via Wizard menu command that runs the Report Wizard fullscreen version. |
Save | string | The Save menu command. |
Save |
string | The Save As menu command. |
Scripts | string | The Scripts toolbar button. |
Validate |
string | The Validate Bindings toolbar button. |