ReportReportModel Property

Note: This API is now obsolete.

Gets or sets the report model.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[ObsoleteAttribute("This property has been replaced by the common RepeaterModel property.")]
public ReportModel ReportModel { get; set; }

Property Value

Type: ReportModel
The report model.
See Also