ReportProperties Class

Stores all properties that define a specific behavior of the estimate report.
Public Class ReportProperties
This language is not supported or no code example is available.
public class ReportProperties
This language is not supported or no code example is available.
Name Description
Public property BlackAndWhite A printer setting.
Public property BottomMargin A printer setting.
Public property CenterFooter A printer setting.
Public property CenterHeader A printer setting.
Public property CenterHorizontally A printer setting.
Public property CenterVertically A printer setting.
Public property FontsDefined
Public property FontsStr
Public property FooterMargin A printer setting.
Public property HeaderMargin A printer setting.
Public property KeepHiddenColumnsInReportsWithoutFormulas
Public property KeepHiddenRowsInReportsWithoutFormulas
Public property Landscape A printer setting.
Public property LeftFooter A printer setting.
Public property LeftHeader A printer setting.
Public property LeftMargin A printer setting.
Public property NomenclaturesColor
Public property NomenclaturesFilter1
Public property NomenclaturesFontName E.g. 'Calibri'.
Public property NomenclaturesFontSize
Public property NomenclaturesGroupBy
Public property NomenclaturesIncludeHat
Public property NomenclaturesMode
Public property NomenclaturesSortBy
Public property NomenclaturesTask Hex Id of a task in 24 chars format.
Public property NomenclaturesTaskColor A color in the int format taken from Colors.ToArgb().
Public property NomenclaturesText
Public property NomenclaturesViewType
Public property PaperSize A printer setting.
Public property PrinterName A printer setting.
Public property ReportAccurateSellingPrices
Public property ReportAllowExportAllColumns
Public property ReportAllowExportFormulas
Public property ReportAllowLanguages
Public property ReportAllowMiscellaneous
Public property ReportAllowShowHide
Public property ReportBottomAreaOfWBS
Public property ReportCoCWithDatabase An IDIQ contract (formerly known as call-off contract) setting. The structure of the report is taken from the tree structure of the selling price database.
Public property ReportCoCWithTable An IDIQ contract (formerly known as call-off contract) setting. The structure of the report is taken from a manually edited tree table.
Public property ReportColorBase
Public property ReportColorGroups
Public property ReportColorMakers
Public property ReportContractingFactors
Public property ReportCoreEstimate
Public property ReportCulture
Public property ReportCurrenciesOnTotals
Public property ReportDatabaseOfEstimate
Public property ReportDescriptionsOnSubTotals
Public property ReportDetailedRows
Public property ReportDetailsOfOptions
Public property ReportDetailsOfOptionsInCore
Public property ReportExpandAllSets
Public property ReportFreezeColumn
Public property ReportFreezeRow
Public property ReportGlobalTotalRows Used for the minutes report.
Public property ReportGridLines
Public property ReportGroupsContents
Public property ReportHideGroupDetailPrices Used to hide prices in the detail rows of a group and show them only in the group rows itself.
Public property ReportHideTotals
Public property ReportIgnoreBOQStructure
Public property ReportItemsOnSubTotals
Public property ReportLanguage
Public property ReportLevel The level from the structure.
Public property ReportLocked The lock status of the report.
Public property ReportMoveOptionsInCore
Public property ReportNoHeadersInExport Used to have no headers in exported file.
Public property ReportNoLineInOptionsInCore
Public property ReportNonSignificantZerosInReferences
Public property ReportOptionalArea
Public property ReportOverheadCostsMinute
Public property ReportPageBreakBeforeOptions Used to have no page break before optional part.
Public property ReportPassWord The decrypted password.
Public property ReportPricesOnDetailedRows
Public property ReportPricesPerUnit
Public property ReportReferencesInColumnItem
Public property ReportShowAllRows Used for the minutes report.
Public property ReportShowFirstRow Used for the minutes report.
Public property ReportShowOptionsInCore
Public property ReportShowTotals Used for the minutes report.
Public property ReportShowTotalsInBranch Shows the totals in the branch for WBS reports, and does not show the totals.
Public property ReportSortAndGroupRows An IDIQ contract (formerly known as call-off contract) setting. Used to sort and group rows in call-off contract reports.
Public property ReportSubTotalsTitleColor
Public property ReportTotalExcludingVAT
Public property ReportTotalIncludingVAT
Public property ReportTreeStructureBound An IDIQ contract (formerly known as call-off contract) setting. The way the tree structure is bound when taken from the table.
Public property ReportType
Public property ReportVersion Used for upgrading older reports.
Public property RightFooter A printer setting.
Public property RightHeader A printer setting.
Public property RightMargin A printer setting.
Public property Spacing
Public property TakeAllRowsRegardlessTheirQuantities
Public property TopMargin A printer setting.
Public property TreeStructureBoundFromDbase An IDIQ contract (formerly known as call-off contract) setting. The way the tree structure is bound when taken from the database.
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method LoadFromDictionary(IDictionary<StringObject>) Loads the values of properties from a dictionary.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToDictionary() Gets the dictionary of all properties that have the value set.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 
All properties are nullable, and their default value is null reference (Nothing in Visual Basic). Such a property is ignored in methods that use this class.
Qdv.UserApi.ReportProperties
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition