Specifies the Background property for this panel, which can be an image filename, so the image will be used as the background, check also BackgroundRepeat and BackgroundPosition
Specifies anything you want to include inside the panel, can be anything valid to include on PHP, usually another .php file. Contents will be shown on design time
This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.
[line 661]
A class to iterate through a dataset and repeat controls inside it
This component inherits directly from Panel and you can attach it to a DataSource so it iterates through the attached Dataset repeating all controls inside for every record and advancing one record.
Use this control to create report-like pages easily by dropping data-aware components, like Labels, attached to the same Datasource.