Windward Studios API Reference
Report.CleanDatasource Constructor
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report.CleanDatasource Class : Report.CleanDatasource Constructor




type
What type of datasource.
name
The name of the datasource.
removeQuotes
true if '${var}' should be converted to ${var}.

Glossary Item Box

Create the object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As Report.CleanDatasource.DATASOURCE_TYPE, _
   ByVal name As String, _
   ByVal removeQuotes As Boolean _
)
Visual Basic (Usage)Copy Code
Dim type As Report.CleanDatasource.DATASOURCE_TYPE
Dim name As String
Dim removeQuotes As Boolean
 
Dim instance As New Report.CleanDatasource(type, name, removeQuotes)
C# 
public Report.CleanDatasource( 
   Report.CleanDatasource.DATASOURCE_TYPE type,
   string name,
   bool removeQuotes
)
Managed Extensions for C++ 
public: Report.CleanDatasource( 
   Report.CleanDatasource.DATASOURCE_TYPE type,
   string* name,
   bool removeQuotes
)
C++/CLI 
public:
Report.CleanDatasource( 
   Report.CleanDatasource.DATASOURCE_TYPE type,
   String^ name,
   bool removeQuotes
)

Parameters

type
What type of datasource.
name
The name of the datasource.
removeQuotes
true if '${var}' should be converted to ${var}.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software