How to Report Access outside of the BI?

  • Dear Experts,

    Here I have created one report (rdl) in BI environment its working fine when i run that,

    My Doubt is , can we access that rdl without BI environmetnt

    and without dot net..?

    If i click and exceute the Report any way?

  • The only way I can think of without using .NET is to open/parse the rdl (as it is XML) and extract the SQL statement (should be found the <Query> and <CommandText> section of rdl).

    Once you have extracted to the stmt you can just run it against your db using any programming language.

    Again, developement is still required.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply