Represents a Report Template.
Implements I_ISDirty, I_ISObjectName, I_finSummaryPages, I_finExtendedAuditInformation

Methods

Name Description
AuditItemsLoad Loads the Audit Items collection.
AuditItemsRefresh Forces the Audit Items collection to be reloaded from the database the next time it is accessed.
Clear Clears this object and sets all of its properties to their defaults.
CodeDecrypt Decrypt the Script Code.
CodeEncrypt Encrypt the Script Code.
CodeExport Export Script Code to a File.
CodeHash Return a hash of the code, useful to compare two scripts.
CodeImport Import Script Code from a File.
CompileForTesting Obsolete Attempt to Compile the Script Code.
CompileScriptForTesting Attempt to Compile the Script Code.
ConstantsAddFromScript Add Constants from remarks defined in the Script.
CreateParameters System Use Only Create an ISParameters object based on this item's custom Parameters.
Delete Deletes the current record.
Duplicate Duplicates the current object.
FromXmlString Populates object from an XML string.
GetObjectName
GetTemplateCode Creates an empty Script function definition.
LinkUsageItemsLoad Loads the Link Usage Items collection.
LinkUsageItemsRefresh Forces the Link Usage Items collection to be reloaded from the database the next time it is accessed.
Load Loads a record from the database.
LoadPk Loads a record from the database.
Refresh Refreshes this object from the database.
Save Save this record.
SummaryPagesLoad Loads the Summary Pages collection.
SummaryPagesRefresh Forces the Summary Pages collection to be rebuilt the next time it is accessed.
ToXmlString Persists object to an XML string.

Properties

Name Description
Active Indicates whether this record is Active.
AuditItems Read-Only A collection of Audit Items.
AuditItemsLoaded Read-Only Indicates whether the Audit Items collection has been loaded.
Bookmarks A comma separated list of line numbers which are Bookmarked in the Script Code.
Category The Category of this Report Template.
Code The Script Code.
Columns Read-Only A collection of Report Template Columns.
Constants Read-Only Constants that will be available to the Script via the ScriptInfo.Constants Key/Value List.
CreatedDate Read-Only The Local date and time this record was created.
CreatedUserPk Read-Only The primary key of the User that created this record.
CreatedUtcDate Read-Only The UTC date and time this record was created.
DefaultPrinterSettings Read-Only The default Printer Settings. Used in conjunction with OverrideDefaultPrinterSettings property.
Description The Description of this Report Template.
HideBuiltInReports A range of Report Ids that this Report Template should hide from ALL Users, providing it is Active.
IsDirty Read-Only Indicates whether this object has been modified since being created, loaded or refreshed.
IsEncrypted Read-Only Indicates whether the Script Code is Encrypted.
IsNew Read-Only Indicates whether this is a new record.
Language The Programming Language that the Script Code is written in.
LanguageText The Programming Language in its String representation.
LinkUsageItems Read-Only A read-only collection of Link Usage Items that relate to this Report Template.
LinkUsageItemsLoaded Read-Only Indicates whether the Link Usage Items collection has been loaded.
Notes Notes regarding the Report Template.
OverrideDefaultPrinterSettings Indicates whether the Default Printer Settings should be overridden by the Report Template.
Parameters Read-Only A collection of Report Parameters.
PermissionKeyExecute The Permission Key required to Run this Report.
Pk Read-Only This record's primary key.
Query Query for this 'GenericColumnarReport' based Template.
ReportTemplateId The Id of this Report Template.
ScriptCanFormatCells Indicates whether the Script can modify the formatting of Report Cells i.e. whether the FormatCells event is raised in the Script.
SourceId The Id of the Report or Query that this Template is based upon.
SourceType The Source Type.
SourceTypeText The Source Type in its String representation.
SummaryPages Read-Only A collection of Summary Pages.
SummaryPagesLoaded Read-Only Indicates whether the Summary Pages collection has been loaded.
Tag The Tag property can be used to attach another value or object to this object.
TimeoutSeconds Obsolete Script timeout is not supported in versions 6 and above. This will always return zero.
Timestamp Read-Only This record's Timestamp.
UpdatedDate Read-Only The Local date and time this record was last updated.
UpdatedUserPk Read-Only The primary key of the User that last updated this record.
UpdatedUtcDate Read-Only The UTC date and time this record was last updated.
UseDefaultParameters Indicates whether to use the Default Parameters defined on the Source, e.g. the Report or Query's parameters.
UseReportingDatabase Indicates whether to use the Reporting Database for Ad-Hoc Queries.
UseReportingDatabaseResolved Read-Only Indicates whether to use the Reporting Database. 'Query' and 'Report' Report Templates will use the Global Setting, whilst 'Ad-Hoc Queries' will use the setting on the Report Template.
UserData Read-Only System Use Only
UserDataWeb Read-Only System Use Only
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0