Click or drag to resize

MetaSource Properties

The MetaSource type exposes the following members.

Properties
 NameDescription
Public propertyConnection Current MetaConnection
Public propertyConnectionGUID The connection currently used for this data source
Public propertyConnections List of MetaConnection
Public propertyError Last error message
Public propertyExternalConnections If true, the connections are saved in a XML file located beside the Data Source file.
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyIgnorePrePostError If true, errors occuring during the Pre or Post SQL statements are ignored and the execution continues
Public propertyInformation Last information message
Public propertyInitScript If set, the script is executed when a report is initialized for an execution. This may be useful to change dynamically components of the source (e.g. modifying connections, tables, columns, enums, etc.).
Public propertyIsDefault If true, this source is used as default when a new model is created in a report
Public propertyIsNoSQL If true, this source contains only tables built from dedicated Razor Scripts (one for the definition and one for the load). The a LINQ query will then be used to fill the models.
Public propertyIsSQL If true, this source contains only a table built from a database. The SQL engine will be used to fill the models.
Public propertyMetaData MetaData contained in the source
Public propertyName The name
(Inherited from RootComponent)
Public propertyPostSQL SQL Statement executed before the connection is closed and after the query is executed. The statement may contain Razor script if it starts with '@'.
Public propertyPreSQL SQL Statement executed after the connection is open and before the query is executed. The statement may contain Razor script if it starts with '@'.
Public propertyReport The current report
(Inherited from ReportComponent)
Top
See Also