sql server - Can I run SSRS custom code on the same data source/query session as the report datasets? -


i doing per process authentication , want authenticate db before datasets done.

the oninit function run before datasets on different process/connection.

can somehow attach connection datasets going use?

edit: making reports use in report manager.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -