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




schemaFile
The file to write to.

Glossary Item Box

Create a UDT schema file for this template.

Syntax

Visual Basic (Declaration) 
Public Sub BuildSchema( _
   ByVal schemaFile As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim schemaFile As Stream
 
instance.BuildSchema(schemaFile)
C# 
public void BuildSchema( 
   Stream schemaFile
)
Managed Extensions for C++ 
public: void BuildSchema( 
   Stream* schemaFile
) 
C++/CLI 
public:
void BuildSchema( 
   Stream^ schemaFile
) 

Parameters

schemaFile
The file to write to.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software