Windward Studios API Reference
JsonDataSourceImpl Constructor(Stream)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > JsonDataSourceImpl Class > JsonDataSourceImpl Constructor : JsonDataSourceImpl Constructor(Stream)




fileStream
stream of the json file

Glossary Item Box

Create a JSON data source

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fileStream As Stream _
)
Visual Basic (Usage)Copy Code
Dim fileStream As Stream
 
Dim instance As New JsonDataSourceImpl(fileStream)
C# 
public JsonDataSourceImpl( 
   Stream fileStream
)
Managed Extensions for C++ 
public: JsonDataSourceImpl( 
   Stream* fileStream
)
C++/CLI 
public:
JsonDataSourceImpl( 
   Stream^ fileStream
)

Parameters

fileStream
stream of the json file

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software