Windward Engine API Reference
DataMode Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : DataMode Property




Glossary Item Box

As the report is run, the data for each tag can also be placed in an associated data.xml file. This xml will have a node for each tag and depending on the settings, the node will contain the tag attributes and/or the data extracted from the datasource for that tag. This data file can be returned to the caller and/or embedded in the generated report. The embed option is only for OpenXML and PDF reports.

Syntax

Visual Basic (Declaration) 
Public Property DataMode As Report.DATA_MODE
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.DATA_MODE
 
instance.DataMode = value
 
value = instance.DataMode
C# 
public Report.DATA_MODE DataMode {get; set;}
Managed Extensions for C++ 
public: __property Report.DATA_MODE get_DataMode();
public: __property void set_DataMode( 
   Report.DATA_MODE value
);
C++/CLI 
public:
property Report.DATA_MODE DataMode {
   Report.DATA_MODE get();
   void set (    Report.DATA_MODE value);
}

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.