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




Glossary Item Box

Get/set if the Windward metadata will be copied to the generated report. This can only occur if the template and generated report are both OpenXML files. The default is IF_NO_DATASOURCE.

Syntax

Visual Basic (Declaration) 
Public Property CopyMetadata As Report.COPY_METADATA
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.COPY_METADATA
 
instance.CopyMetadata = value
 
value = instance.CopyMetadata
C# 
public Report.COPY_METADATA CopyMetadata {get; set;}
Managed Extensions for C++ 
public: __property Report.COPY_METADATA get_CopyMetadata();
public: __property void set_CopyMetadata( 
   Report.COPY_METADATA value
);
C++/CLI 
public:
property Report.COPY_METADATA CopyMetadata {
   Report.COPY_METADATA get();
   void set (    Report.COPY_METADATA 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.