Rdlc Report - Parameter -


i write windows form application in c#.

in application have report parameter. need pass parameter report in int64 format.

in rdlc have integer value report parameter. how can solve it? thanks.

you can convert values string using str() function on main report , change report parameter in subreport string

it worked me. hope helps


Comments

Popular posts from this blog

html - Difficulties with background-image property -

ios - Segue not passing data between ViewControllers -

visual studio code - What does the isShellCommand property actually do and how should you use it? -