| Overload | Description |
|---|---|
| Item(Int32) | Gets the StyleSheet object at the specified indexed location in the StyleSheetCollection. |
| Item(String) | Gets the StyleSheet object with the specified name in the StyleSheetCollection. |
| 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 | |