| Visual Basic (Declaration) | |
|---|---|
Public Property Value As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Value {get; set;} | |
Return Value
A string value that is used to replace the parameter placeholder text in the report's data source SQL query.| C# | Copy Code |
|---|---|
private void button1_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click | |