Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.