开发者

create input box with variable in Crystal Reports (not Visual studios version)

开发者 https://www.devze.com 2023-03-25 01:23 出处:网络
I have a stored procedure that requires a DATETIME variable to display the results in crystal reports. How would I create an input text box and pass the variable to the procedure? Is it even possible

I have a stored procedure that requires a DATETIME variable to display the results in crystal reports. How would I create an input text box and pass the variable to the procedure? Is it even possible to program in vb or C# in crystal reports, or do I need visual studio 20开发者_如何转开发08?


Crystal Reports will automatically create a parameter field for each parameter in your stored procedure. You can access these parameter fields in code, if necessary. If they are not supplied, and you haven't forced the viewer to suppress parameters, the user will be prompted to supply values. You have some limited flexibility in Crystal Reports to alter the prompting text and supply some default and 'lookup' values, if necessary.

0

精彩评论

暂无评论...
验证码 换一张
取 消