OperationReportParameters Class

Represents the parameters required for generating a report.
Inheritance Hierarchy
SystemObject
  Tekla.Structures.Model.OperationsOperationReportParameters

Namespace:  Tekla.Structures.Model.Operations
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
Syntax
public class ReportParameters

The OperationReportParameters type exposes the following members.

Constructors
  NameDescription
Public methodOperationReportParameters
Initializes a new instance of the OperationReportParameters class
Top
Properties
  NameDescription
Public propertyFileName
Gets or sets the name of the created report. The name must contain more than three characters.
Public propertyIsFromSelected
Gets or sets a value indicating whether the report is from selected or from all objects.
Public propertyTemplateName
Gets or sets the name of the report template to be used in report creation. The name must contain more than three characters.
Public propertyTitle1
Gets or sets the first title for the created report.
Public propertyTitle2
Gets or sets the second title for the created report.
Public propertyTitle3
Gets or sets the third title for the created report.
Public propertyXLSXFlags
Gets or sets the flags used for processing XLSX files.
Public propertyXLTXFileName
Gets or sets the name of the Excel template to be used.
Top
Remarks
This class encapsulates various settings and options that define how a report is generated, including template names, file names, titles, and processing flags. It provides properties to specify whether the report is generated from selected objects or all objects, and allows customization of the report's appearance and format.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next