Click or drag to resize

ReportExecutionModels Property

List of model to process during the report execution. By default, only models involved in displayed views are executed, unless they have the ForceModelsLoad flag set to true.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
[XmlIgnoreAttribute]
public List<ReportModel> ExecutionModels { get; }

Property Value

ListReportModel
See Also