Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.6 KB

File metadata and controls

32 lines (21 loc) · 2.6 KB

WinForms Spreadsheet - Implement a Real-Time Data Server and Use the RTD Function

This example demonstrates how to use the RTD function to retrieve data in real time from a COM Automation server.

In this example, we use a custom server that implements the IRtdServer interface. Our server provides data for stock prices, number of shares, and price change. You can use the SpreadsheetControl.Options.RealTimeData property to specify whether to update data manually or to use a timer for automatic updates.

To run the project, start Microsoft Visual Studio as an administrator. Elevated permissions are required to register the COM server after it is built.

Spreadsheet_RTD

Files to Reivew

Documentation

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)