SSRS 2012 BIGINT

I have a SQL stored procedure that has a parameter of type BIGINT.

What are my options as a parameter in a SSRS 2012 report?

INTEGER

STRING

FLOAT

Thanks in advance

September 11th, 2015 4:07pm

You may be out of luck.  SSRS may not support BIGINT.  According to this article, you have to cast it as a string to pass it.

http://stackoverflow.com/questions/28212024/ssrs-passing-a-bigint-as-parameter-to-subreport

  • Marked as answer by miguelh 10 hours 15 minutes ago
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2015 4:35pm

You may be out of luck.  SSRS may not support BIGINT.  According to this article, you have to cast it as a string to pass it.

http://stackoverflow.com/questions/28212024/ssrs-passing-a-bigint-as-parameter-to-subreport

  • Marked as answer by miguelh Friday, September 11, 2015 8:48 PM
September 11th, 2015 8:31pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics