Windward Engine API Reference
IReportDataSource Interface
Members  See Also  Send comments on this topic.
WindwardInterfaces.net.windward.api.csharp Namespace : IReportDataSource Interface




Glossary Item Box

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 
Visual Basic (Usage)Copy Code
Dim instance As 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

Assembly: WindwardInterfaces (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardInterfaces\bin\Release\WindwardInterfaces.dll)

See Also

© 2019 All Rights Reserved.