←Select platform

ReportOptions Property

Summary

The ReportOptions to be used with this compare job.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="reportOptions")] 
public ReportOptions ReportOptions {get; set;} 
<DataMemberAttribute(Name:="reportOptions")>  
Public Property ReportOptions() As ReportOptions 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"reportOptions")] 
   property ReportOptions^ ReportOptions 
   { 
      ReportOptions^ get() 
      void set(ReportOptions^ value) 
   } 

Property Value

The ReportOptions to be used with this compare job. The default value is null.

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