ReportRepeaterModel Property |
Gets or sets the repeater model.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public RepeaterModel RepeaterModel { get; set; }
Public Property RepeaterModel As RepeaterModel
Get
Set
public:
virtual property RepeaterModel^ RepeaterModel {
RepeaterModel^ get () sealed;
void set (RepeaterModel^ value) sealed;
}
abstract RepeaterModel : RepeaterModel with get, set
override RepeaterModel : RepeaterModel with get, set
Property Value
Type:
RepeaterModelThe repeater model.
Implements
IRepeaterViewRepeaterModelSee Also