This demo demonstrates how to generate a report that was created in rdl format, from a Delphi application without using SSRS server.
40
Downloads
|
Updated
24/02/2019
|
Tags
SSRS, Report
|
This demo shows how to use .Net reflection in Delphi to load System.Data assembly, load and create instance of SqlConnection type, set the connectionString property of the SqlConnection and invoke the open and close method of the SqlConnection instance.
|
The demo shows how to upload a file to the network and also show the progress of the upload operation in Delphi using the .Net Runtime Library for Delphi.
|
The demo shows how a file can be downloaded from the network with or without supplying a user name and password using the .Net Runtime Library for Delphi.
44
Downloads
|
Updated
10/05/2018
|
Tags
File, Network,
|
This demo shows how to host DataGridView control, load data from a dataset and display the data in the datagridview.
|
In order to interact with .Net Objects's methods, properties, Fields and events, you need to create an instance of the object. There are several ways to Create an Instance of a .Net Object in Delphi using the .Net Runtime Library for Delphi.
|
There are several ways to load an assembly into an application domain using the .Net Runtime Library for Delphi. The recommended way is to use the static Load method of the TClrAssembly class (Declared in CNClrLib.Host unit).
|