Gets or sets the value of the parameter to be used in parameter placeholder substitution.
[Visual Basic]
Public Property Value As String
[C#]
public string Value {get; set;}
A string value that is used to replace the parameter placeholder text in the report's data source SQL query.
[C#]
private void button1_Click(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click |
Parameter Class | Parameter Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.