The LocalizationManager type exposes the following members.

Constructors

  NameDescription
LocalizationManager
Initializes a new instance of the LocalizationManager class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
NoReportToDisplayProperty
Gets default message which states that the selected report is not available.
PageLoadingProperty
Gets default page loading message.
ProgressLoadingProperty
Gets default text which informs about report loading process.
ProgressRenderingProperty
Gets default text which informs about report rendering process.
ServerErrorProperty
Gets default server error message.
TooltipBackwardProperty
Gets default tooltip for the control which is responsible for switching to the previous state saved in history.
TooltipContinuedPageModeProperty
Gets default tooltip for the control which is responsible for switching to the continued page viewing mode.
TooltipCurrentPageProperty
Gets default tooltip for the control which is responsible for displaying the current page number.
TooltipExportToExcelProperty
Gets default tooltip for the control which is responsible for export to Excel.
TooltipExportToHtmlProperty
Gets default tooltip for the control which is responsible for export to HTML.
TooltipExportToPDFProperty
Gets default tooltip for the control which is responsible for export to PDF.
TooltipExportToRTFProperty
Gets default tooltip for the control which is responsible for export to RTF.
TooltipExportToXPSProperty
Gets default tooltip for the control which is responsible for export to Xps.
TooltipFindNextProperty
Gets default tooltip for the control which is responsible for the next search result.
TooltipFindPreviousProperty
Gets default tooltip for the control which is responsible for switching to the previous search result.
TooltipFindProperty
Gets default tooltip for the control which is responsible for search starting.
TooltipFirstPageProperty
Gets default tooltip for the control which is responsible for switching to the first page.
TooltipForwardProperty
Gets default tooltip for the control which is responsible for switching to the next state saved in history.
TooltipLastPageProperty
Gets default tooltip for the control which is responsible for switching to the last page.
TooltipMultiPageModeProperty
Gets default tooltip for the control which is responsible for the multipage viewing mode.
TooltipNextPageProperty
Gets default tooltip for the control which is responsible for switching to the next page.
TooltipPageWidthProperty
Gets default tooltip for the control which is responsible for scaling equal to the page width.
TooltipPanProperty
Gets default tooltip for the control which is responsible for report scrolling mode.
TooltipPreviousPageProperty
Gets default tooltip for the control which is responsible for switching to the previous search result.
TooltipSearchProperty
Gets default tooltip for the control which is responsible for the search text input.
TooltipSelectProperty
Gets default tooltip for the control which is responsible for setting mode of the report elements selection.
TooltipSinglePageModeProperty
Gets default tooltip for the control which is responsible for switching to report single page viewing mode.
TooltipWholePageProperty
Gets default tooltip for the control which is responsible for scaling equal to the whole page.
TooltipZoom100Property
Gets default tooltip for the control which is responsible for 100% scaling of original.
TooltipZoomDecreaseProperty
Gets default tooltip for the control which is responsible for scale decreasing.
TooltipZoomDynamicProperty
Gets default tooltip for the control which is responsible for dynamic scaling. The scaling is performed with dragging.
TooltipZoomIncreaseProperty
Gets default tooltip for the control which is responsible for scale increasing.
TooltipZoomInProperty
Gets default tooltip for the control which is responsible for zooming in a report.
TooltipZoomOutProperty
Gets default tooltip for the control which is responsible for zooming out a report.
TooltipZoomToRegionProperty
Gets default tooltip for the control which is responsible for scaling in the selected region.

Properties

  NameDescription
NoReportToDisplay
Gets the message which states that selected report is not available.
PageLoading
Gets the page loading message.
ProgressLoading
Gets the text which informs about the report loading process.
ProgressRendering
Gets the text which informs about the report rendering process.
ServerError
Gets the server error message.
TooltipBackward
Gets the tooltip for the control which is responsible for switching to the previous state saved in history.
TooltipContinuedPageMode
Gets the tooltip for the control which is responsible for switching to the continued page viewing mode.
TooltipCurrentPage
Gets the tooltip for the control which is responsible for displaying the current page number.
TooltipExportToExcel
Gets the tooltip for the control which is responsible for export to Excel.
TooltipExportToHtml
Gets the tooltip for the control which is responsible for export to HTML.
TooltipExportToPDF
Gets the tooltip for the control which is responsible for export to PDF.
TooltipExportToRTF
Gets the tooltip for the control which is responsible for export to RTF.
TooltipExportToXPS
Gets the tooltip for the control which is responsible for export to Xps.
TooltipFind
Gets the tooltip for the control which is responsible for search starting.
TooltipFindNext
Gets the tooltip for the control which is responsible for switching to the next search result.
TooltipFindPrevious
Gets the tooltip for the control which is responsible for switching to the previous search result.
TooltipFirstPage
Gets the tooltip for the control which is responsible for switching to the first page.
TooltipForward
Gets the tooltip for the control which is responsible for switching to the next state saved in history.
TooltipLastPage
Gets the tooltip for the control which is responsible for switching to the last page.
TooltipMultiPageMode
Gets the tooltip for the control which is responsible for the multipage viewing mode.
TooltipNextPage
Gets the tooltip for the control which is responsible for switching to the next page.
TooltipPageWidth
Gets the tooltip for the control which is responsible for scaling equal to the page width.
TooltipPan
Gets the tooltip for the control which is responsible for report panning mode.
TooltipPreviousPage
Gets the tooltip for the control which is responsible for switching to the previous search result.
TooltipSearch
Gets the tooltip for the control which is responsible for the search text input.
TooltipSelect
Gets the tooltip for the control which is responsible for setting mode of the report elements selection.
TooltipSinglePageMode
Gets the tooltip for the control which is responsible for switching to report single page viewing mode.
TooltipWholePage
Gets the tooltip for the control which is responsible for scaling equal to the whole page.
TooltipZoom100
Gets the tooltip for the control which is responsible for 100% scaling of original.
TooltipZoomDecrease
Gets the tooltip for the control which is responsible for the scale decreasing.
TooltipZoomDynamic
Gets the tooltip for the control which is responsible for dynamic scaling. The scaling is performed by pressing the left mouse button and moving pointer.
TooltipZoomIn
Gets the tooltip for the control which is responsible for zooming in the report.
TooltipZoomIncrease
Gets the tooltip for the control which is responsible for the scale increasing.
TooltipZoomOut
Gets the tooltip for the control which is responsible for zooming out the report.
TooltipZoomToRegion
Gets the tooltip for the control which is responsible for scaling in the selected area.

Events

  NameDescription
Loaded
Occurs when the dictionary is loaded.
PropertyChanged
Occurs when localization strings are changed.

See Also