OperationReportParameters Class |
Represents the parameters required for generating a report.
SystemObject
Tekla.Structures.Model.OperationsOperationReportParameters
Tekla.Structures.Model.OperationsOperationReportParameters
Namespace: Tekla.Structures.Model.Operations
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
The OperationReportParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| OperationReportParameters | Initializes a new instance of the OperationReportParameters class |
| Name | Description | |
|---|---|---|
| FileName |
Gets or sets the name of the created report. The name must contain more than three characters.
| |
| IsFromSelected |
Gets or sets a value indicating whether the report is from selected or from all objects.
| |
| TemplateName |
Gets or sets the name of the report template to be used in report creation. The name must contain more than three characters.
| |
| Title1 |
Gets or sets the first title for the created report.
| |
| Title2 |
Gets or sets the second title for the created report.
| |
| Title3 |
Gets or sets the third title for the created report.
| |
| XLSXFlags |
Gets or sets the flags used for processing XLSX files.
| |
| XLTXFileName |
Gets or sets the name of the Excel template to be used.
|
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.