Hey,
we are using the parameter function of stimulsoft to filter data columns and we love it. We allow the user also to type a string into the field. Is there a way to search for a substring in this field. I tried using asterisk (*) and pound (#) which didn't work. We are using Stimulsoft version 2012.1.1300 (3.April 2012).
Your help would be appreciated
Use Parameter with asterisk
Re: Use Parameter with asterisk
Hello.
You could use any C# or VB.NET code (depending on selected Report Script Language). To check is any string contains a substring you could use next code:
Thank you.
You could use any C# or VB.NET code (depending on selected Report Script Language). To check is any string contains a substring you could use next code:
Code: Select all
DataSource1.Column.Contains(subString);
Re: Use Parameter with asterisk
Hey,
you guys are perfect. Thanks for the hint.
Cheers
you guys are perfect. Thanks for the hint.
Cheers
Re: Use Parameter with asterisk
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.
We are always glad to help you.
Let us know if you need our help.
Thank you.