| Overload | Description |
|---|---|
| Add(String) | Adds a new Style object with the specified name to the collection. |
| Add(String,String) | Adds a new Style object to the collection and sets its parent style to the specified parent Style. |
| Add(StyleSheetRule) | For internal use only. |
| 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 | |