c# - Datasource Configuration Wizard do not show colum from stored procedure source -


is bugs or need done first, have tried both vs 2010 , vs 2013 update 2

i want create report (microsoft reporting view-local) source data stored procedure, :

create procedure one_ok     select * mytable 

this 1 ok datasource configuration wizard return column stored procedure.

create procedure one_not_ok     select * #result mytable     select * #result  

this 1 datasource configuration wizard can not return column stored procedure, when click tree expand simple blank

any please ? it's bad news if must declare dataset manually

thx sen

ok have found alternative quite way, create report-bi project file ext rdl after done things copy new file rdlc.

why microsoft not improve configuration wiz query designer ones in report-bi

any other easy ways best practice without manually copy rdl rdlc ?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -