This is a base class for all of the OpenXML template types.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustInherit Class ReportOpenXml
Inherits Report |
| C# | |
|---|
public abstract class ReportOpenXml : Report |
| Managed Extensions for C++ | |
|---|
public __gc abstract class ReportOpenXml : public Report |
| C++/CLI | |
|---|
public ref class ReportOpenXml abstract : public Report |
Inheritance Hierarchy
Requirements
Namespace: net.windward.api.csharp
Platforms: Windows 10, Windows NT, indows Server
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\net48\WindwardReportsAPI.dll)
See Also