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; }<ObsoleteAttribute("This property has been replaced by the common RepeaterModel property.")>
Public Property ReportModel As ReportModel
Get
Setpublic:
[ObsoleteAttribute(L"This property has been replaced by the common RepeaterModel property.")]
property ReportModel^ ReportModel {
ReportModel^ get ();
void set (ReportModel^ value);
}[<ObsoleteAttribute("This property has been replaced by the common RepeaterModel property.")>]
member ReportModel : ReportModel with get, set
Property Value
Type:
ReportModelThe report model.
See Also