Windward Engine API Reference
ReportDocx Class
Members  See Also  Send comments on this topic.
net.windward.api.csharp Namespace : ReportDocx Class




Glossary Item Box

This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream. The way to use this is to construct a ReportDocx object, set any options, then call process. The calling method must close all streams after calling process. process will flush the output (report) stream before returning.

Object Model

ReportDocx ClassReport.DrillDownInfo Class

Syntax

Visual Basic (Declaration) 
Public Class ReportDocx 
   Inherits ReportOpenXml
Visual Basic (Usage)Copy Code
Dim instance As ReportDocx
C# 
public class ReportDocx : ReportOpenXml 
Managed Extensions for C++ 
public __gc class ReportDocx : public ReportOpenXml 
C++/CLI 
public ref class ReportDocx : public ReportOpenXml 

Inheritance Hierarchy

System.Object
   net.windward.api.csharp.Report
      net.windward.api.csharp.ReportOpenXml
         net.windward.api.csharp.ReportDocx

Requirements

Namespace: net.windward.api.csharp

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)

See Also

© 2019 All Rights Reserved.