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 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