Skip to main content
A newer version of this page is available. .

ASPxReportsStringId Enum

Contains values corresponding to strings that can be localized for the HTML5 Document Viewer and Report Designer.

Namespace: DevExpress.XtraReports.Web.Localization

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public enum ASPxReportsStringId

Members

Name Description
SearchDialog_Header

The caption of the header in the ReportToolbar‘s Search dialog.

Default Value: “Search”

SearchDialog_FindWhat

The caption of the Find What field in the ReportToolbar‘s Search dialog.

Default Value: “Find what”

SearchDialog_FindWhat_AccessKey

The access key of the Find What field in the ReportToolbar‘s Search dialog.

Default Value: “n”

SearchDialog_FindNext

The caption of the Find Next button in the ReportToolbar‘s Search dialog.

Default Value: “Find Next”

SearchDialog_Cancel

The caption of the Cancel button in the ReportToolbar‘s Search dialog.

Default Value: “Cancel”

SearchDialog_WholeWord

The caption of the Whole Word check box in the ReportToolbar‘s Search dialog.

Default Value: “Match whole word only”

SearchDialog_WholeWord_AccessKey

The access key of the Whole Word option in the ReportToolbar‘s Search dialog.

Default Value: “w”

SearchDialog_Case

The caption of the Match case check box in the ReportToolbar‘s Search dialog.

Default Value: “Match case”

SearchDialog_Case_AccessKey

The access key of the Match case option in the ReportToolbar‘s Search dialog.

Default Value: “c”

SearchDialog_Up

The caption of the Up search direction check box in the ReportToolbar‘s Search dialog.

Default Value: “Up”

SearchDialog_Up_AccessKey

The access key of the Up search direction option in the ReportToolbar‘s Search dialog.

Default Value: “u”

SearchDialog_Down

The caption of the Down search direction check box in the ReportToolbar‘s Search dialog.

Default Value: “Down”

SearchDialog_Down_AccessKey

The access key of the Down search direction option in the ReportToolbar‘s Search dialog.

Default Value: “d”

SearchDialog_Finished

The caption shown after the searching is finished in the ReportToolbar‘s Search dialog.

Default Value: “Finished searching the document.”

SidePanel_Collapse

The tooltip of the control’s right-side panel.

Default value: “Collapsed”

SidePanel_Open

The tooltip of the control’s right-side panel.

Default value: “Open”

The caption of the ReportToolbar‘s button.

Default value: “Display the search window”

ToolBarItemText_PrintReport

The caption of the ReportToolbar‘s button.

Default value: “Print the report”

ToolBarItemText_PrintPage

The caption of the ReportToolbar‘s button.

Default value: “Print the current page”

ToolBarItemText_FirstPage

The caption of the ReportToolbar‘s navigation button.

Default value: “First Page”

ToolBarItemText_PreviousPage

The caption of the ReportToolbar‘s navigation button.

Default value: “Previous Page”

ToolBarItemText_NextPage

The caption of the ReportToolbar‘s navigation button.

Default value: “Next Page”

ToolBarItemText_LastPage

The caption of the ReportToolbar‘s navigation button.

Default value: “Last Page”

ToolBarItemText_SaveToWindow

The caption of the ReportToolbar‘s button.

Default value: “Export a report and show it in a new window”

ToolBarItemText_SaveToDisk

The caption of the ReportToolbar‘s button.

Default value: “Export a report and save it to the disk”

ToolBarItemText_PageLabel

The caption of the ReportToolbar‘s label.

Default value: “Page”

ToolBarItemText_OfLabel

The caption of the ReportToolbar‘s label.

Default value: “of”

ParametersPanel_Reset

The caption of the Reset button in the Parameters user interface.

Default Value: “Reset”

ParametersPanel_Submit

The caption of the Submit button in the Parameters user interface.

Default Value: “Submit”

ParametersPanel_True

The caption of the positive value displayed in the ASPxComboBox that is shown for Boolean parameters in the Parameters user interface.

Default Value: “True”

ParametersPanel_False

The caption of the negative value displayed in the ASPxComboBox that is shown for Boolean parameters in the Parameters user interface.

Default Value: “False”

ParametersPanel_GuidValidationError

The text of an error.

Default value: “Guid should contain 32 digits delimited with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).”

ParametersPanel_DateTimeValueValidationError

The text of an error.

Default value: “The value cannot be empty.”

ParametersPanel_GenericRegexValidationError

The text of an error.

Default value: “The value is not valid.”

ExportName_pdf

The name of the PDF that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Pdf”

ExportName_xls

The name of the XLS format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Xls”

ExportName_xlsx

The name of the XLSX format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Xlsx”

ExportName_rtf

The name of the RTF format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Rtf”

ExportName_docx

The name of the DOCX format that is shown in the toolbar’s drop-down list of export formats.

Default value: “DOCX”

ExportName_mht

The name of the MHT format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Mht”

ExportName_html

The name of the MHT format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Html”

ExportName_txt

The name of the TXT format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Txt”

ExportName_csv

The name of the CSV format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Csv”

ExportName_png

The name of the PNG format that is shown in the ReportToolbar‘s drop-down list of export formats.

Default value: “Png”

DocumentViewer_RemotePageByPage_Error

Default Value: “To view a remote report, enable the PageByPage property of the SettingsReportViewer.”

DocumentViewer_RemoteRequestCredentials_Error

The text of an error.

Default value: “The RequestCredentials event has not been subscribed to.”

DocumentViewer_RemoteSourceSettings_Error

The text of an error.

Default value: “To view the remote report, specify the ServerUri or EndpointConfigurationName property of the ASPxDocumentViewer.SettingsRemoteSource.”

DocumentViewer_RemoteSourceSettings_CustomTokenStorage_Error

The text of an error.

Default value: “The DocumentViewerRemoteSourceSettings.CustomTokenStorage property is not assigned.”

DocumentViewer_RemoteSourceSettingsAndConfiguration_Error

The text of an error.

Default value: “Can only assign either the SettingsRemoteSource or ConfigurationRemoteSource property of ASPxDocumentViewer at a time.”

DocumentViewer_LocalAndRemoteSource_Error

The text of an error.

Default value: “It is only possible to assign either the Local Report or Remote Source of ASPxDocumentViewer at a time.”

DocumentViewer_RemoteAuthenticatorCredential_Error

The text of an error.

Default value: “The user credentials cannot be empty.”

DocumentViewer_RemoteAuthenticatorCredentialHandled_Error

The text of an error.

Default value: “To log in to the Report and Dashboard Server, handle the RequestCredentials event.”

DocumentViewer_RemoteAuthenticatorLogin_Error

The text of an error.

Default value: “Failed to log in with the specified user credentials.”

DocumentViewer_NoRemoteDocumentInformation_Error

The text of an error.

Default value: “This command cannot be executed because a document has not yet been generated.”

DocumentViewer_RemoteSourceConnection_Error

The text of an error.

Default value: “The specified Report Service has not been found.”

DocumentViewer_ExternalRibbonNotFound_Error

The text of an error.

Default value: “Cannot find a toolbar control with the specified name: ‘{0}’.”

DocumentViewer_RibbonHomeTabText

The title of the Home ribbon tab.

Default value: “Home”

DocumentViewer_RibbonPrintGroupText

The caption of the ASPxDocumentViewer‘s ribbon group.

Default value: “Print”

DocumentViewer_RibbonNavigationGroupText

The caption of the ASPxDocumentViewer‘s ribbon group.

Default value: “Navigation”

DocumentViewer_RibbonExportGroupText

The caption of the ASPxDocumentViewer‘s ribbon group.

Default value: “Export”

DocumentViewer_RibbonReportGroupText

The caption of the ASPxDocumentViewer‘s ribbon group.

Default value: “Report”

DocumentViewer_RibbonCommandText_SaveToWindow

The caption of the ASPxDocumentViewer‘s ribbon button.

Default value: “Export To Window…”

DocumentViewer_RibbonCommandText_SaveToFile

The caption of the ASPxDocumentViewer‘s ribbon button.

Default value: “Save To File…”

DocumentViewer_RibbonCommandText_FindText

The caption of the ASPxDocumentViewer‘s ribbon button.

Default value: “Find Text”

DocumentViewer_RibbonCommandText_FirstPage

The caption of the navigation button on the ASPxDocumentViewer‘s ribbon.

Default value: “First Page”

DocumentViewer_RibbonCommandText_PreviousPage

The caption of the navigation button on the ASPxDocumentViewer‘s ribbon.

Default value: “Previous Page”

DocumentViewer_RibbonCommandText_NextPage

The caption of the navigation button on the ASPxDocumentViewer‘s ribbon.

Default value: “Next Page”

DocumentViewer_RibbonCommandText_LastPage

The caption of the navigation button on the ASPxDocumentViewer‘s ribbon.

Default value: “Last Page”

DocumentViewer_RibbonCommandText_PrintReport

The caption of the ASPxDocumentViewer‘s ribbon button.

Default value: “Print Report”

DocumentViewer_RibbonCommandText_PrintPage

The caption of the ASPxDocumentViewer‘s ribbon button.

Default value: “Print Page”

DocumentViewer_RibbonCommandText_DocumentMap

The caption of the Document Map button on the ASPxDocumentViewer‘s ribbon.

Default value: “Document Map”

DocumentViewer_RibbonCommandText_ParametersPanel

The caption of the Parameters Panel button on the ASPxDocumentViewer‘s ribbon.

Default value: “Parameters Panel”

DocumentViewer_RibbonCommandToolTip_SaveToWindow

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Save the document in a specified format and display the result in a new window.”

DocumentViewer_RibbonCommandToolTip_SaveToFile

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Save the document to a file in a specified format.”

DocumentViewer_RibbonCommandToolTip_FindText

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Find text in the document.”

DocumentViewer_RibbonCommandToolTip_FirstPage

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Display the first document page.”

DocumentViewer_RibbonCommandToolTip_PreviousPage

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Display the previous document page.”

DocumentViewer_RibbonCommandToolTip_NextPage

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Display the next document page.”

DocumentViewer_RibbonCommandToolTip_LastPage

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Display the last document page.”

DocumentViewer_RibbonCommandToolTip_PrintReport

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Specify the print settings and print the document.”

DocumentViewer_RibbonCommandToolTip_PrintPage

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Specify the print settings and print the current page.”

DocumentViewer_RibbonCommandToolTip_DocumentMap

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Navigate through the report’s hierarchy of bookmarks.”

DocumentViewer_RibbonCommandToolTip_ParametersPanel

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Access and modify the report parameter values.”

DocumentViewer_RibbonPageCountText

The caption of the ASPxDocumentViewer‘s ribbon title.

Default value: “Page Count:”

DocumentViewer_RibbonCurrentPageText

The caption of the ASPxDocumentViewer‘s ribbon title.

Default value: “Current Page”

DocumentViewer_RibbonCurrentPageToolTip

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Display the specified page.”

SearchDialog_EnterText

The tooltip of the ASPxDocumentViewer‘s ribbon button.

Default value: “Enter the text to find in the document.”

WebDocumentViewer_SelectAll

Obsolete. The caption of a look-up editor item for selecting all values of a multi-value parameter.

Default value: “(Select All)”

WebDocumentViewer_PlatformNotSupported_Error

The text of an error.

Default value: “To be able to run the Document Viewer, the client web browser must support HTML5.”

WebDocumentViewer_OpenReport_Error

The text of an error.

Default value: “To display a report, only one of the following actions can be performed at a time:\n- assigning the ASPxWebDocumentViewer.ReportSourceId property;\n- calling the ASPxWebDocumentViewer.OpenReport method;\n- calling the ASPxWebDocumentViewer.OpenReportXmlLayout method.”

WebDocumentViewer_CustomDocumentOperationsDenied_Error

The text of an error.

Default value: “Access is denied. You are not granted permission to perform this operation.”

WebDocumentViewer_AccessDenied_Error

The text of an error.

Default value: “Access is denied. You are not granted permission to perform this operation.”

WebDocumentViewer_DocumentNotFound_Error

The text of an error.

Default value: “The document is not found. Please try opening the document once again.”

WebDocumentViewer_ReportNotFound_Error

The text of an error.

Default value: “The report is not found. Please try opening the report once again.”

WebDocumentViewer_InitializationError

The text of an error.

Default value:“The report preview initialization has failed”

WebDocumentViewer_DocumentCreationError

The text of an error.

Default value: “Cannot create a document for the current report”

WebDocumentViewer_GetBuildStatusError

The text of an error.

Default value: “Error obtaining a build status”

WebDocumentViewer_SearchError

The text of an error.

Default value: “An error occurred during search”

WebDocumentViewer_GetDocumentDataError

The text of an error.

Default value: “Cannot obtain additional document data for the current document”

WebDocumentViewer_GetLookUpValuesError

The text of an error.

Default value:“Cannot supply filtered lookup values to a report parameter editor”

WebDocumentViewer_0Pages

The text displayed in the ASPxWebDocumentViewer‘s page factor drop-down if the report document doesn’t contain any pages.

Default value: “0 pages”

WebDocumentViewer_NoParameters

Obsolete. For internal use.

WebDocumentViewer_SearchResultText

The caption of the ASPxWebDocumentViewer‘s search result label.

Default value: “Search result”

WebDocumentViewer_SearchPageNumberText

The caption available in the Search Panel.

Default value: “page”

WebDocumentViewer_DocumentBuilding

The text displayed in the ASPxDocumentViewer‘s document building progress indicator.

Default value: “Document is building…”

WebDocumentViewer_Loading

Obsolete. The text displayed in the Web Document Viewer while a document is being loaded.

Default value: “Loading…”

WebDocumentViewer_ExportToText

The tooltip of the ASPxWebDocumentViewer‘s ribbon button.

Default value: “Export To”

WebDocumentViewer_ToggleMultipageMode

The tooltip of the ASPxWebDocumentViewer‘s ribbon button.

Default value: “Toggle Multipage Mode”

WebDocumentViewer_DataRetrievalException_Message

The text of an error.

Default value: “Error when trying to populate the datasource.”

ReportDesigner_PlatformNotSupported_Error

The text of an error.

Default value: “To be able to run the Report Designer, the client web browser must support HTML5.”

ReportDesigner_Groups

A Web Report Designer caption.

Default value: “Groups”

ReportDesigner_Tables

A Web Report Designer caption.

Default value: “Tables”

ReportDesigner_ReportActions_InsertBottomMarginBand

The caption available in the action list of a report.

Default value: “Insert Bottom Margin Band”

ReportDesigner_ReportActions_InsertDetailBand

The caption available in the action list of a report.

Default value: “Insert Detail Band”

ReportDesigner_ReportActions_InsertDetailReportBand

The caption available in the action list of a report.

Default value: “Insert Detail Report Band”

ReportDesigner_ReportActions_InsertGroupFooterBand

The caption available in the action list of a report.

Default value: “Insert Group Footer Band”

ReportDesigner_ReportActions_InsertGroupHeaderBand

The caption available in the action list of a report.

Default value: “Insert Group Header Band”

ReportDesigner_ReportActions_InsertPageFooterBand

The caption available in the action list of a report.

Default value: “Insert Page Footer Band”

ReportDesigner_ReportActions_InsertPageHeaderBand

The caption available in the action list of a report.

Default value: “Insert Page Header Band”

ReportDesigner_ReportActions_InsertReportFooterBand

The caption available in the action list of a report.

Default value: “Insert Report Footer Band”

ReportDesigner_ReportActions_InsertReportHeaderBand

The caption available in the action list of a report.

Default value: “Insert Report Header Band”

ReportDesigner_ReportActions_InsertSubBand

The caption available in the action list of a report.

Default value: “Insert Sub-Band”

ReportDesigner_ReportActions_InsertTopMarginBand

The caption available in the action list of a report.

Default value: “Insert Top Margin Band”

ReportDesigner_TableActions_DeleteCell

The caption available in the action list of a table.

Default value: “Delete Cell”

ReportDesigner_TableActions_DeleteColumn

The caption available in the action list of a table.

Default value: “Delete Column”

ReportDesigner_TableActions_DeleteRow

The caption available in the action list of a table.

Default value: “Delete Row”

ReportDesigner_TableActions_InsertCell

The caption available in the action list of a table.

Default value: “Insert Cell”

ReportDesigner_TableActions_InsertRowAbove

The caption available in the action list of a table.

Default value: “Insert Row Above”

ReportDesigner_TableActions_InsertRowBelow

The caption available in the action list of a table.

Default value: “Insert Row Below”

ReportDesigner_TableActions_InsertColumnToLeft

The caption available in the action list of a table.

Default value: “Insert Column To the Left”

ReportDesigner_TableActions_InsertColumnToRight

The caption available in the action list of a table.

Default value: “Insert Column To the Right”

ReportDesigner_TableActions_DistributeColumnsEvenly

The caption available in the action list of a table.

Default value: “Distribute Columns Evenly”

ReportDesigner_TableActions_DistributeRowsEvenly

The caption available in the action list of a table.

Default value: “Distribute Rows Evenly”

ReportDesigner_GroupFields_Empty

A Web Report Designer caption.

Default value: “To create a new item, click Add.”

ReportDesigner_Preview_ParametersTitle

The title of the Document Preview‘s Preview Parameters panel.

Default value: “Preview Parameters”

ReportDesigner_FieldList_Parameters

The caption of the node in the Field List.

Default value: “There are no parameters available yet.”

ReportDesigner_StylesEditor_CreateNew

A Web Report Designer caption.

Default value: “Create a New Style”

ReportDesigner_Parameters_CreateParameters

A Web Report Designer caption.

Default value: “The report does not have any parameters yet. To create a new parameter, click Add Parameter.”

ReportDesigner_Pivot_AddFilterFields

The placeholder of a pivot grid.

Default value: “Add Filter Fields Here”

ReportDesigner_Pivot_AddRowFields

The placeholder of a pivot grid.

Default Value: “Add Row Fields Here”

ReportDesigner_Pivot_AddColumnFields

The placeholder of a pivot grid.

Default value: “Add Column Fields Here”

ReportDesigner_Pivot_AddDataItems

The placeholder of a pivot grid.

Default value: “Add Data Items Here”

ReportDesigner_PivotActions_InsertFieldInTheFilterArea

The caption available in the action list of a pivot grid.

Default value: “Insert Field in the Filter Area”

ReportDesigner_PivotActions_InsertFieldInTheDataArea

The caption available in the action list of a pivot grid.

Default value: “Insert Field in the Data Area”

ReportDesigner_PivotActions_InsertFieldInTheColumnArea

The caption available in the action list of a pivot grid.

Default value: “Insert Field in the Column Area”

ReportDesigner_PivotActions_InsertFieldInTheRowArea

The caption available in the action list of a pivot grid.

Default value: “Insert Field in the Row Area”

ReportDesigner_TooltipButtons_Preview

Obsolete. The tooltip of the Web Report Designer‘s Preview button.

Default value: “Preview”

ReportDesigner_MenuButtons_RunWizard

The caption of the Web Report Designer‘s menu button.

Default value: “Run Wizard”

ReportDesigner_MenuButtons_Save

Obsolete. The caption of the Web Report Designer‘s menu button.

Default value: “Save”

ReportDesigner_SaveAs_NamePlaceholder

The placeholder for the Save report dialog

Default value: “Enter a report name to save…”

ReportDesigner_ElementsAction_SizeToControlWidth

The caption available in the action list of a report element.

Default value: “Size to Control Width”

ReportDesigner_ElementsAction_SizeToControlHeight

The caption available in the action list of a report element.

Default value: “Size to Control Height”

ReportDesigner_ElementsAction_SizeToControl

The caption available in the action list of a report element.

Default value: “Size to Control”

ReportDesigner_FieldListActions_AddParameter

Obsolete. The caption of an action available in the Field List.

Default value: “Add parameter”

ReportDesigner_FieldListActions_AddCalculatedField

The caption of an action available in the Field List.

Default value: “Add calculated field”

ReportDesigner_FieldListActions_RemoveParameter

The caption of an action available in the Field List.

Default value: “Remove parameter”

ReportDesigner_FieldListActions_RemoveCalculatedField

The caption of an action available in the Field List.

Default value: “Remove calculated field”

ReportDesigner_Accordion_Collapsed

A Web Report Designer caption.

Default value: “Collapsed”

ReportDesigner_Wizard_SelectReportType_Title

The caption available in the Report Wizard.

Default value: “Choose a Report Type”

ReportDesigner_Wizard_SelectReportType_Message

The caption available in the Report Wizard.

Default value: “Select the report type you wish to create.”

ReportDesigner_Wizard_SelectReportType_EmptyReport

The caption available in the Report Wizard.

Default value: “Empty Report”

ReportDesigner_Wizard_SelectReportType_DataBoundReport

The caption available in the Report Wizard.

Default value: “Data-bound Report”

ReportDesigner_Wizard_SelectReportType_VerticalReport
ReportDesigner_Wizard_SelectReportType_TableReport
ReportDesigner_Wizard_SelectReportType_LabelReport

The caption available in the Report Wizard.

Default value: “Label Report”

ReportDesigner_Wizard_ChooseDataSource_Title

The title of the “Choose a Data Source” Wizard page.

Default value: “Choose a Data Source”

ReportDesigner_Wizard_ChooseDataSource_Description

Obsolete. The text of the “Choose a Data Source” Wizard page.

Default value: “Choose a Data Source to use in your report.”

ReportDesigner_Wizard_UseExisting_DataSource

Obsolete. The title of the “Choose a Data Source” Wizard page.

Default value: “Do you want to use an existing data source?”

ReportDesigner_Wizard_ChooseDataSourceFromList

Obsolete. The text of the “Choose a Data Source” Wizard page.

Default value: “Yes, let me choose an existing data source from the list”

ReportDesigner_Wizard_CreateNewDataSource

The text of the “Choose a Data Source” Wizard page.

Default value: “No, I’d like to create a new SQL data source”

ReportDesigner_Wizard_ChooseDataMember_Title

The title of the Choose a Table or View Wizard page.

Default value: “Choose a Table or View”

ReportDesigner_Wizard_ChooseDataMember_Description

The text of the Choose a Table or View Wizard page.

Default value: “The table or view you choose determines which columns will be available in your report.”

ReportDesigner_Wizard_ChooseColumns_Title

The title of the columns selection Wizard page.

Default value: “Choose Columns to Display in Your Report”

ReportDesigner_Wizard_ChooseColumns_Description

The text of the columns selection Wizard page.

Default value: “Select the columns you want to display within your report.”

ReportDesigner_Wizard_AvailableFields

The title of the available fields list on the Wizards page.

Default value: “Available fields”

ReportDesigner_Wizard_SelectedFields

The title of the selected fields list on the Wizards page.

Default value: “Selected fields”

ReportDesigner_Wizard_CreateGroups_Title

The title of the group creation Wizard page.

Default value: “Create Groups”

ReportDesigner_Wizard_CreateGroups_Description

The text of the group creation Wizard page.

Default value: “Create multiple groups, each with a single field value, or define several fields in the same group.”

ReportDesigner_Wizard_SummaryOptions_Title

The title of the Wizards page.

Default value: “Choose Summary Options”

ReportDesigner_Wizard_SummaryOptions_Description

The text of the summary functions selection Wizard page.

Default value: “What summary functions would you like to calculate?”

ReportDesigner_Wizard_SummaryOptions_Average

The caption of a summary function.

Default value: “Average”

ReportDesigner_Wizard_SummaryOptions_Count

The caption of a summary function.

Default value: “Count”

ReportDesigner_Wizard_SummaryOptions_Max

The caption of a summary function.

Default value: “Max”

ReportDesigner_Wizard_SummaryOptions_Min

The caption of a summary function.

Default value: “Min”

ReportDesigner_Wizard_SummaryOptions_Sum

The caption of a summary function.

Default value: “Sum”

ReportDesigner_Wizard_SummaryOptions_IgnoreNullValues

An option on the summary function selection Wizard page.

Default value: “Ignore null values”

ReportDesigner_Wizard_ReportLayout_Title

The title of the report layout selection Wizard page.

Default value: “Choose a Report Layout”

ReportDesigner_Wizard_ReportLayout_Description

The text of the report layout selection Wizard page.

Default value: “The report layout specifies the manner in which selected data fields are arranged on individual pages.”

ReportDesigner_Wizard_ReportLayout_Portrait

The caption of the Portrait option on the layout selection Wizard page.

Default value: “Portrait”

ReportDesigner_Wizard_ReportLayout_Landscape

The caption of the Landscape option on the layout selection Wizard page.

Default value: “Landscape”

ReportDesigner_Wizard_ReportLayout_Columnar

An option on the layout selection Wizard page.

Default value: “Columnar”

ReportDesigner_Wizard_ReportLayout_Tabular

An option on the layout selection Wizard page.

Default value: “Tabular”

ReportDesigner_Wizard_ReportLayout_Justified

An option on the layout selection Wizard page.

Default value: “Justified”

ReportDesigner_Wizard_ReportLayout_Stepped

An option on the layout selection Wizard page.

Default value: “Stepped”

ReportDesigner_Wizard_ReportLayout_Outline1

An option on the layout selection Wizard page.

Default value: “Outline 1”

ReportDesigner_Wizard_ReportLayout_Outline2

An option on the layout selection Wizard page.

Default value: “Outline 2”

ReportDesigner_Wizard_ReportLayout_AlignLeft1

An option on the layout selection Wizard page.

Default value: “Align Left 1”

ReportDesigner_Wizard_ReportLayout_AlignLeft2

An option on the layout selection Wizard page.

Default value: “Align Left 2”

ReportDesigner_Wizard_ReportLayout_AdjustFieldWidth

The caption of an option on the layout selection Wizard page.

Default value: “Adjust the field width so all fields fit onto a page”

ReportDesigner_Wizard_Report_Style

The title of the report style selection Wizard page.

Default value: “Choose a Report Style”

ReportDesigner_Wizard_ReportStyle_Description

The text of the report style selection Wizard page.

Default value: “The report style specifies the appearance of your report.”

ReportDesigner_Wizard_ReportStyle_Bold

An option on the report style selection Wizard page.

Default value: “Bold”

ReportDesigner_Wizard_ReportStyle_Casual

An option on the report style selection Wizard page.

Default value: “Casual”

ReportDesigner_Wizard_ReportStyle_Corporate

An option on the report style selection Wizard page.

Default value: “Corporate”

ReportDesigner_Wizard_ReportStyle_Compact

An option on the report style selection Wizard page.

Default value: “Compact”

ReportDesigner_Wizard_ReportStyle_Formal

An option on the report style selection Wizard page.

Default value: “Formal”

ReportDesigner_Wizard_ReportStyle_Title

The title displayed by the report style preview on the report style selection Wizard page.

Default value: “Title”

ReportDesigner_Wizard_ReportStyle_Caption

The text of a caption displayed by the report style preview on the report style selection Wizard page.

Default value: “Title”

ReportDesigner_Wizard_ReportStyle_Data

Text displayed by the report style preview on the report style selection Wizard page.

Default value: “Data”

ReportDesigner_Wizard_ReportComplete_Title

The title of the final Wizard page.

Default value: “The Report is Complete”

ReportDesigner_Wizard_ReportComplete_Description

The text of the final Wizard page.

Default value: “We have all the information needed to process the report.”

ReportDesigner_Wizard_ReportComplete_SpecifyTitle

The caption of the report title editor on the final Wizard page.

Default value: “Specify the report’s title”

ReportDesigner_Wizard_Next

Obsolete. The text of the Wizard’s Next button.

Default value: “Next”

ReportDesigner_Wizard_Previous

Obsolete. The text of the Wizard’s Previous button.

Default value: “Previous”

ReportDesigner_Wizard_Finish

Obsolete. The text of the Wizard’s Finish button.

Default value: “Finish”

ReportDesigner_Wizard_Header

The title of the Report Wizard window.

Default value: “Report Wizard”

ReportDesigner_Wizard_DataSourceHeader

The title of the Data Source Wizard window.

Default value: “Data Source Wizard”

ReportDesigner_Wizard_PageSize

The caption available in the Report Wizard when creating a label report.

Default value: “Page Size:”

ReportDesigner_Wizard_LabelWidth

The caption available in the Report Wizard when creating a label report.

Default value: “Label Width:”

ReportDesigner_Wizard_LabelHeight

The caption available in the Report Wizard when creating a label report.

Default value: “Label Height:”

ReportDesigner_Wizard_HorizontalPitch

The caption available in the Report Wizard when creating a label report.

Default value: “Horizontal Pitch:”

ReportDesigner_Wizard_VerticalPitch

The caption available in the Data Source Wizard.

Default value: “Vertical Pitch:”

ReportDesigner_Wizard_TopMargin

The caption available in the Data Source Wizard.

Default value: “Top Margin:”

ReportDesigner_Wizard_LeftMargin

The caption available in the Report Wizard when creating a label report.

Default value: “Left Margin:”

ReportDesigner_Wizard_RightMargin

The caption available in the Report Wizard when creating a label report.

Default value: “Right Margin:”

ReportDesigner_Wizard_BottomMargin

The caption available in the Report Wizard when creating a label report.

Default value: “Bottom Margin:”

ReportDesigner_Wizard_Inch

Obsolete. The caption available in the Report Wizard when creating a label report.

Default value: “Inch”

ReportDesigner_Wizard_Millimeter

Obsolete. The caption available in the Report Wizard when creating a label report.

Default value: “Millimeter”

ReportDesigner_Wizard_Pixel

The caption of the Report Wizard page.

Default value: “Pixel”

ReportDesigner_Wizard_LabelProduct

The caption available in the Report Wizard when creating a label report.

Default value: “Label Product:”

ReportDesigner_Wizard_ProductNumber

The caption available in the Report Wizard when creating a label report.

Default value: “Product Number:”

ReportDesigner_Wizard_Width

The caption available in the Data Source Wizard.

Default value: “Width:”

ReportDesigner_Wizard_Height

The caption available in the Report Wizard when creating a label report.

Default value: “Height:”

ReportDesigner_Wizard_PaperType

The caption available in the Report Wizard when creating a label report.

Default value: “Paper Type:”

ReportDesigner_Wizard_PaperSize

The caption available in the Report Wizard when creating a label report.

Default value: “Paper Size:”

ReportDesigner_MasterDetailWizard_ChooseDataMembers_Description

The title of a Data Source Wizard page on which a user can specify report data members.

Default value: “Select data members to assign to the report and its detail reports and fields to display in these reports.”

ReportDesigner_MasterDetailWizard_SummaryOptions_SelectFieldsAndSummaries

The text of a Data Source Wizard page on which a user can specify summary options.

Default value: “Select fields and assign summary functions to them:”

ReportDesigner_MasterDetailWizard_SelectReport

The caption available in a Data Source Wizard page on which a user can specify report data members.

Default value: “Select the report”

ReportDesigner_MasterDetailWizard_ChooseDataMembers_SelectDataMembers

The caption available in a Data Source Wizard page on which a user can specify report data members.

Default value: “Select data members”

ReportDesigner_MasterDetailWizard_ChooseDataMembers_SelectDataFields

The caption available in a Data Source Wizard page on which a user can specify report data members.

Default value: “Select data fields”

ReportDesigner_MasterDetailWizard_SummaryOptions_SummaryFunctions

The title of a Data Source Wizard page on which a user can specify summary options.

Default value: “Summary functions”

ReportDesigner_Wizard_PageSetup_Description

The title of the report page settings Wizard page.

Default value: “Specify report page settings.”

ReportDesigner_Wizard_PageSetup_Paper

The caption of the report page settings Wizard page.

Default value: “Paper”

ReportDesigner_Wizard_PageSetup_Size

The caption of the report page settings Wizard page.

Default value: “Size:”

ReportDesigner_Wizard_PageSetup_Unit

The caption of the report page settings Wizard page.

Default value: “Unit:”

ReportDesigner_Wizard_PageSetup_PageMargins

The caption of the report page settings Wizard page.

Default value: “Page Margins”

ReportDesigner_Wizard_PageSetup_LeftMargin

The caption of the report page settings Wizard page.

Default value: “Left:”

ReportDesigner_Wizard_PageSetup_RightMargin

The caption of the report page settings Wizard page.

Default value: “Right:”

ReportDesigner_Wizard_PageSetup_TopMargin

The caption of the report page settings Wizard page.

Default value: “Top:”

ReportDesigner_Wizard_PageSetup_BottomMargin

The caption of the report page settings Wizard page.

Default value: “Bottom:”

ReportDesigner_Wizard_PageSetup_Orientation
ReportDesigner_Wizard_ColorScheme_Description

The title of the color scheme selection Wizard page.

Default value: “Choose a report color scheme.”

ReportDesigner_MenuItem_AddSqlDataSource

The caption of the Web Report Designer menu button.

Default value: “Add SQL Data Source…

ReportDesigner_SqlDSWizard_PageConfigureMultiQuery

Obsolete. The caption available in the SQL Data Source Wizard.

Default value: “Columns selected from specific tables and/or views will be automatically included into a separate query.”

ReportDesigner_SqlDSWizard_Title

Obsolete. The caption available in the SQL Data Source Wizard.

Default value: “SQL Data Source Wizard”

ReportDesigner_SqlDSWizard_PageChooseConnection

Obsolete. The caption available in the Data Source Wizard.

Default value: “Choose a data connection.”

ReportDesigner_SqlDSWizard_CreateNewQuery

Obsolete. The caption available in the Data Source Wizard.

Default value: “Create New Query…”

ReportDesigner_SqlDSWizard_WriteCustomSQL

Obsolete. The caption available in the Data Source Wizard.

Default value: “Write Custom SQL”

ReportDesigner_SqlDSWizard_CustomSqlEditor

Obsolete. The caption available in the Data Source Wizard.

Default value: “Custom SQL Editor”

ReportDesigner_SqlDSWizard_PageConfigureParameters

Obsolete. The caption available in the Data Source Wizard.

Default value: “Configure query parameters.”

ReportDesigner_SqlDSWizard_PageConfigureParametersEmpty

Obsolete. The caption available in the Data Source Wizard.

Default value: “To create an item click the Add button.”

ReportDesigner_SqlDSWizard_PageConfigureMasterDetailRelations

Obsolete. The caption available in the Data Source Wizard.

Default value: “Configure master-detail relationships.”

ReportDesigner_SqlDSWizard_AddQuery

Obsolete. The caption available in the Data Source Wizard.

Default value: “Add query”

ReportDesigner_SqlDSWizard_EditQuery

Obsolete. The caption available in the Data Source Wizard.

Default value: “Edit query”

ReportDesigner_SqlDSWizard_RemoveQuery

Obsolete. The caption available in the Data Source Wizard.

Default value: “Remove query”

ReportDesigner_QueryBuilder_SelectionProperties

Obsolete. The caption available in the Query Builder.

Default value: “Selection Properties”

ReportDesigner_QueryBuilder_QueryProperties

Obsolete. The caption available in the Query Builder.

Default value: “Query Properties”

ReportDesigner_QueryBuilder_TableProperties

Obsolete. The caption available in the Query Builder.

Default value: “Table Properties”

ReportDesigner_QueryBuilder_ColumnProperties

Obsolete. The caption available in the Query Builder.

Default value: “Column Properties”

ReportDesigner_QueryBuilder_RelationProperties

Obsolete. The caption available in the Query Builder.

Default value: “Relation Properties”

ReportDesigner_QueryBuilder_Parameters

Obsolete. The caption available in the Query Builder.

Default value: “Parameters”

ReportDesigner_QueryBuilder_SelectAll

Obsolete. The caption available in the Query Builder.

Default value: “Select All (*)”

ReportDesigner_QueryBuilder_SelectTop

Obsolete. The caption available in the Query Builder.

Default value: “Select Top”

ReportDesigner_QueryBuilder_Offset

Obsolete. The caption available in the Query Builder.

Default value: “Offset”

ReportDesigner_QueryBuilder_SelectDistinct

Obsolete. The caption available in the Query Builder.

Default value: “Select distinct”

ReportDesigner_QueryBuilder_AvailableTables

Obsolete. The caption available in the Query Builder.

Default value: “Available tables and views”

ReportDesigner_QueryBuilder_SortType

Obsolete. The caption available in the Query Builder.

Default value: “Sort Type”

ReportDesigner_QueryBuilder_Operator

Obsolete. The caption available in the Query Builder.

Default value: “Operator”

ReportDesigner_QueryBuilder_JoinType

Obsolete. The caption available in the Query Builder.

Default value: “Join Type”

ReportDesigner_QueryBuilder_PageConfigureParametersEmpty

Obsolete. The caption available in the Query Builder.

Default value: “Click the Add button to create a parameter.”

ReportDesigner_Actions

Obsolete. The caption available in the Properties Panel.

Default value: “Actions”

ReportDesigner_DataPreview_Title

Obsolete. The caption of the Data Preview screen invoked from the Query Builder.

Default value: “Data Preview (First 100 Rows Displayed)”

ReportDesigner_DataPreview_Empty

Obsolete. The text displayed in the Data Preview screen invoked from the Query Builder.

Default value: “No data to display”

ReportDesigner_SortFields_SortBy

The text displayed in the Properties Panel.

Default value: “Sort By”

ReportDesigner_SortFields_ThenBy

The text displayed in the Properties Panel.

Default value: Then By”

ReportDesigner_GaugeViewType_Circular

The text for the circular gauge type.

Default value: “Circular”

ReportDesigner_GaugeViewType_Linear

The text for the linear gauge type.

Default value: “Linear”

ReportDesigner_QueryBuilder_PreviewSelectStatement_Tooltip

Obsolete. The tooltip available in the Query Builder.

Default value: “Preview Select Statement…”

ReportDesigner_QueryBuilder_SelectStatementPreview_Title

Obsolete. The caption available in the Query Builder.

Default value: “Select Statement Preview”

ReportDesigner_QueryBuilder_LeftOperand

Obsolete. The caption available in the Query Builder.

Default value: “Left Operand”

ReportDesigner_QueryBuilder_RightOperand

Obsolete. The caption available in the Query Builder.

Default value: “Right Operand”

ReportDesigner_PropertyGrid_PopupMenu_Reset

Obsolete. The text displayed in the Properties Panel‘s popup menu.

Default value: “Reset”

ReportDesigner_NameValidationError

The text of an error.

Default value: “Invalid name”

ReportDesigner_NameUniqueError

Name is not unique

ReportDesigner_ScriptEditor_Toolbar_SelectControl

The caption available in the Script Editor‘s toolbar.

Default value: “Select control…”

ReportDesigner_ScriptEditor_Toolbar_SelectEvent

The caption available in the Script Editor‘s toolbar.

Default value: “Select event…”

ReportDesigner_FormatStringEditor_Title

Obsolete. The title of the Format String Editor.

Default value: “Format String Editor”

ReportDesigner_FormatStringEditor_Types

Obsolete. The caption available in the Format String Editor.

Default value: “Types”

ReportDesigner_FormatStringEditor_Suffix

Obsolete. The caption available in the Format String Editor.

Default value: “Suffix”

ReportDesigner_FormatStringEditor_PreviewNotAvailable_Text

Obsolete. The caption available in the Format String Editor.

Default value: “Preview is not available”

ReportDesigner_FontOptions_Unit_World

Obsolete. The value for the font’s Unit option available in the Properties Panel.

Default value: “World”

ReportDesigner_FontOptions_Unit_Pixel

Obsolete. The value for the font’s Unit option available in the Properties Panel.

Default value: “Pixel”

ReportDesigner_FontOptions_Unit_Document

The value for the font’s Unit option available in the Properties Panel.

Default value: “Document”

ReportDesigner_FontOptions_Unit_Point

The value for the font’s Unit option available in the Properties Panel.

Default value: “Point”

ReportDesigner_CrossBandControls

The caption of an action available in the Report Explorer.

Default value: “Cross-Band Controls”

ReportDesigner_PropertyGrid_Editor_EmptyText

Obsolete. The text displayed in the Properties Panel‘s editor.

Default value: “Select…”

ReportDesigner_FieldListActions_RemoveDataSource

The caption of an action available in the Field List.

Default value: “Remove Data Source”

ReportDesigner_FieldListActions_EditMasterDetailRelations

The caption of an action available in the Field List.

Default value: “Edit Master-Detail Relations”

FilterEditor_AdvancedMode

Obsolete. The caption of an action available in the Filter Editor.

Default value: “Advanced Mode”

FilterEditor_Operand_Type_Value

Obsolete. The caption available in the Filter Editor.

Default value: “Value”

FilterEditor_Operand_Type_Parameter

Obsolete. The caption available in the Filter Editor.

Default value: “Parameter”

FilterEditor_Operand_Type_Property

Obsolete. The caption available in the Filter Editor.

Default value: “Property”

FilterEditor_Operand_CreateNewParameter

Obsolete. The caption available in the Filter Editor.

Default value: “Create new parameter”

FilterEditor_TreeCreationError

Obsolete. The caption available in the Filter Editor.

Default value: “Cannot create a tree for this expression”

ReportDesigner_AddArgument

The caption available in the Report Designer for adding a new argument.

Default value: “Add Argument”

ReportDesigner_AddNewItem

The caption available in the Report Designer for adding a new item.

Default value: “Add New Item”

WebDocumentViewer_Mobile_TapHereToSearch

The caption available in the Mobile Mode.

Default value: “Tap here to Search”

ReportDesigner_QueryBuilder_SearchBox_EmptyText

Obsolete. The caption available in the Query Builder.

Default value: “Enter text to search…”

WebDocumentViewer_ExportError

The text of an error.

Default value: “An error occurred during the export”

WebDocumentViewer_GetExportStatusError

The text of an error.

Default value: “Error obtaining an export status”

WebDocumentViewer_ExportStatusError

The text of an error.

Default value: “Error on retrieving an exporting status: “

WebDocumentViewer_DrillThroughError

The text of an error.

Default value: “Drill through operation failed”

WebDocumentViewer_OpenReportError

The text of an error.

Default value: “Could not open report”

ReportDesigner_DataSource_FilterCriteriaTitle

The caption available in the Report Designer for data sources.

Default value: “Filter Criteria”

ReportDesigner_Wizard_CustomizeLabelPage_LabelCountText

The caption available in the Report Wizard when creating a label report.

Default value: “labels on the page”

ReportDesigner_ScriptValidation_Message_ContainsErrors

The text of a message with the script validation result.

Default value: “The script contains error(s).”

ReportDesigner_ScriptValidation_Message_ValidScript

The text of a message with the script validation result.

Default value: “The script is valid.”

ReportDesigner_ScriptValidation_Error

The text of an error.

Default value: “Impossible to validate the script.”

ReportDesigner_NameIsRequired_Error

Obsolete. The text of an error.

Default value: “Name is required and should be a valid identifier.”

ReportDesigner_GuidIsRequired_Error

Obsolete. The text of an error.

Default value: “Guid is required and should have a valid format.”

List_More

The text of an action for dialogs that contain lists.

Default value: “More”

ReportDesigner_PropertyGrid_AutoValueString

The text displayed in the Properties Panel‘s editor.

Default value: “(Auto)”

ReportDesigner_ToolBarItemText_ValidateBindings

The caption available in the Main toolbar.

Default value: “Validate Bindings” content: ReportDesigner_ToolBarItemText_ValidateBindings = 329

QueryBuilder_SurfacePlaceholder

Obsolete. The placeholder for the Query Builder‘s surface.

Default value: “Drop a table or view here to create a query.”

WebDocumentViewer_AsyncExportTabTitle

The text displayed in the ASPxDocumentViewer when a document is exporting.

Default value: “Exporting…”

WebDocumentViewer_AsyncExportCloseWarning

The text of a message in the ASPxDocumentViewer.

Default value: “Do not close this tab to get the resulting file.”

ReportDesigner_ReportActions_InsertVerticalHeaderBand

The caption available in the action list of a report.

Default value: “Insert Vertical Header Band”

ReportDesigner_ReportActions_InsertVerticalDetailBand

The caption available in the action list of a report.

Default value: “Insert Vertical Detail Band”

ReportDesigner_ReportActions_InsertVerticalTotalBand

The caption available in the action list of a report.

Default value: “Insert Vertical Total Band”

ReportDesigner_SaveReport_Message_OK

The text of a message.

Default value: “The report has been successfully saved.”

ReportDesigner_SaveReport_Error

The text of an error.

Default value: “Cannot save the report.”

WebDocumentViewer_MultiValueEditor_AllSelected

The text of the ASPxDocumentViewer‘s multi-value editor.

Default value: “All selected ({0})”

ReportDesigner_MasterDetailWizard_SelectQueries
ReportDesigner_MasterDetailWizard_SelectDataFields
ReportDesigner_Wizard_AddGroupFields
ReportDesigner_Wizard_AddGroup_Text
ReportDesigner_Wizard_AddSummaryFields
ReportDesigner_Wizard_SummaryFields_Text
ReportDesigner_Wizard_AddGroupFields_Placeholder
ReportDesigner_Wizard_AddSummaryFields_Placeholder
ReportDesigner_Wizard_SpecifyPageSettingsColorScheme
ReportDesigner_Wizard_SpecifyReportTitle
ReportDesigner_Wizard_SelectLabelType
ReportDesigner_Wizard_SelectReportType
ReportDesigner_Wizard_DefineReportLayout
ReportDesigner_Wizard_SpecifyPageSettings
ReportDesigner_Wizard_SelectDataSource
ReportDesigner_Wizard_AddDataSource
ReportDesigner_Wizard_ReportTitle_Placeholder
ReportDesigner_Wizard_JsonSource_UriValidationError
ReportDesigner_Wizard_Json_ConnectionName
ReportDesigner_Menu_Text
ReportDesigner_Wizard_ColorScheme
ToolBarItemText_FullScreen
ReportDesigner_ParametersDialog_AddParameter
ReportDesigner_ParametersDialog_EditParameters
ReportDesigner_MenuItem_Localization

The caption of the Main Menu Localization button.

Default value: “Localization…

ReportDesigner_LocalizationEditor_Title

The caption of the Localization Editor.

Default value: “Localization Editor”

ReportDesigner_SummaryEditor_ArgumentExpression
ReportDesigner_SummaryEditor_Weight
WebDocumentViewer_DocumentCreationCancelled
WebDocumentViewer_AriaLabelPreviewPage
WebDocumentViewer_AriaLabelZoomCombobox
WebDocumentViewer_AriaLabelPagerCombobox
WebDocumentViewer_AriaSwitchToDocumentReadingMode
WebDocumentViewer_AriaDocumentReady
WebDocumentViewer_AriaDocumentProgress
WebDocumentViewer_AriaActivateEditor
WebDocumentViewer_AriaEditorKeyboardNavigation
WebDocumentViewer_AriaSearchNoResults
WebDocumentViewer_AriaSearchResultsAvailable
WebDocumentViewer_AriaSearchString
WebDocumentViewer_AriaClipboard

Remarks

To learn more, refer to the Localization topic.

See Also