| 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