| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Count As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Count {get;} | |
Return Value
An integer value that represents the total number of styles in the collection.| C# | Copy Code |
|---|---|
private void rptDD_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 | |