Windward Studios API Reference
GetReportDataSource Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateMetrics.DataSourceProfile Class : GetReportDataSource Method




rootFolder
The location of the template. This is needed solely for file based datasources with a relative path to the data file. If not needed, this can be null.

Glossary Item Box

Creates a datasource object from the info in this

Syntax

Visual Basic (Declaration) 
Public Function GetReportDataSource( _
   ByVal rootFolder As String _
) As IReportDataSource
Visual Basic (Usage)Copy Code
Dim instance As TemplateMetrics.DataSourceProfile
Dim rootFolder As String
Dim value As IReportDataSource
 
value = instance.GetReportDataSource(rootFolder)
C# 
public IReportDataSource GetReportDataSource( 
   string rootFolder
)
Managed Extensions for C++ 
public: IReportDataSource* GetReportDataSource( 
   string* rootFolder
) 
C++/CLI 
public:
IReportDataSource^ GetReportDataSource( 
   String^ rootFolder
) 

Parameters

rootFolder
The location of the template. This is needed solely for file based datasources with a relative path to the data file. If not needed, this can be null.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software