This supplies a data source to Windward Reports. Implementation of this interface is necessary and sufficient to provide a data source to Windward Reports. This object lives for the lifetime of substituting data into a report.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Interface IReportDataSource |
| C# | |
|---|
public interface IReportDataSource |
| Managed Extensions for C++ | |
|---|
public __gc __interface IReportDataSource |
| C++/CLI | |
|---|
public interface class IReportDataSource |
Requirements
Namespace: WindwardInterfaces.net.windward.api.csharp
Platforms: Windows 10, Windows NT, indows Server
Assembly: WindwardInterfaces (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardInterfaces\bin\Release\net461\WindwardInterfaces.dll)
See Also