Gets and sets the search text.
Namespace:
PerpetuumSoft.Reporting.ViewAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public FindTextArgument FindTextArgument { get; set; } |
Visual Basic (Declaration) |
---|
Public Property FindTextArgument As FindTextArgument |
Visual C++ |
---|
public: property FindTextArgument^ FindTextArgument { FindTextArgument^ get (); void set (FindTextArgument^ value); } |