Overview
Components, categorized as Container Components, encapsulate and manage diverse content and functionalities within structured environments in a software application.
This section contains the reference links for the User Controls used to display information about the Solution Modules.
The following components are available:
ChildDisplay
: platform native drawing container component controlHTML5 Control: platform native drawing container component control
PdfViewer: platform native drawing container component control
ReportViewer: platform native drawing container component control
WebBrowser: platform native drawing container component control
WPF Control: platform native drawing container component control
allows for the dynamic display of linked objects with scrollable functionality. HTML5 Control integrates web technologies like HTML, CSS, and JavaScript into applications. PdfViewer and ReportViewer specialize in displaying PDF content, with the former mapping PDFs from URLs and the latter focusing on report visualization with printing options. WebBrowser embeds a web browsing interface within applications, facilitating direct web content access. Lastly, WPF Control, used in Windows Presentation Foundation, enhances UI design by incorporating .dll files for custom features.
ChildDisplay
Displays linked objects with an option to enable or disable a scrollbar based on user requirements. See ChildDisplay Control for read more.
HTML5 Control
Embeds HTML5 content, allowing for the integration of CSS and JavaScript scripts to enhance web-based functionalities. See ChildDisplay Control for learning more.
PdfViewer
Views PDF documents and maps URLs to the source of the PDF, facilitating the display of online PDF files. See PdfViewer Control for more details.
ReportViewer
Shows reports, typically in PDF format, and provides features to map report data and print documents directly from the interface. See ReportViewer Control for more info.
WebBrowser
Embeds a web browsing interface within an application, enabling URL mapping and the display of web content inside the application. See WebBrowser Control for more info.
WPF Control
Requires users to select a .dll file, integrating it into Windows Presentation Foundation applications for enhanced user interface capabilities. See WPF Controls for more information
ChildDisplay
ChildDisplay: has a field called Linked Display where the user map the object to be displayed and the checkbox option to Enable ScrollBar.
HTML5 Control
HTML5Control: has the Control name, CSS Scripts and JS Scripts.
PdfViewer
It component has a popup with a field called URL where the user map the URL
ReportViewer
PDFViewer: has a field called Report and another one called Print. Both the user map object properties.
WebBrowser
It component has a popup with a field called URL where the user map the URL
WPF Control
WPFControl: select a .dll file.
In this section:
Page Tree root @self spaces V10