Class ReportSettings
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Report settings for IDEA connections.
[DataContract]
public class ReportSettings
Inheritance
Inherited Members
Properties
CultureName
The name of the required culture of the report
[DataMember]
public string CultureName { get; set; }
Property Value
Formulas
Indicates if formulas are in report
[DataMember]
public FormulasType Formulas { get; set; }
Property Value
PlatesDrawings
Indicates, whether generate drawing of plates.
[DataMember]
public bool PlatesDrawings { get; set; }
Property Value
ReportType
Gets or sets the type of report.
[DataMember]
public ReportType ReportType { get; set; }
Property Value
ResultsPictures
Indicates, whether generate pictures of results.
[DataMember]
public bool ResultsPictures { get; set; }
Property Value
SymbolExplanations
Indicates, whether generate explanations to report.
[DataMember]
public bool SymbolExplanations { get; set; }
Property Value
TheoreticalBackground
Indicates, whether generate theoretical background.
[DataMember]
public bool TheoreticalBackground { get; set; }
Property Value
Unit
The name of the required culture of the report
[DataMember]
public UnitType Unit { get; set; }
Property Value
Views
Indicates, whether generate views (XY, XZ, YZ) into report.
[DataMember]
public bool Views { get; set; }