Removes the Style object from the collection.
| Overload | Description |
|---|---|
| Remove(Int32) | Removes the Style object at the specified index. |
| Remove(String) | Removes the Style object with the specified name. |
| C# | Copy Code |
|---|---|
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |