| Visual Basic (Declaration) | |
|---|---|
Public Property DefaultValue As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string DefaultValue {get; set;} | |
Return Value
A string value specifying the default value of the parameter.| 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 | |
If the user does not specify a value, the DefaultValue will be used.