←Select platform

ReportHeaders Property

Summary

Gets a list of strings to be used as header text in the report.

Syntax
C#
VB
C++
public IList<string> ReportHeaders {get;} 
Public ReadOnly Property ReportHeaders() As IList(Of String) 
   Get 
public:  
   property IList<String^>^ ReportHeaders 
   { 
      IList<String^>^ get() 
   } 

Property Value

A list of strings. The default value is an empty list.

Example

For an example, refer to DocumentDifference.GenerateMarkdownReport.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly