Is there an API or a way to consume a Report Model? I want to try and roll my own simple web-based / thin-client Report Builder without using the ClickOnce control.
Thanks,
--jason
Semantic query is an xml document with the schema desribed here: http://msdn2.microsoft.com/en-us/library/ms155870.aspx
Semantic model is another xml document: http://msdn2.microsoft.com/en-us/library/ms155776.aspx
You can get existing semantic model using RS SOAP API GetUserModel. Create reports in RB or use Report Model data source in Report Designer as clue/samples.
You can execute semantic query on its own (without report) using RS URL API ExecuteQuery
Have fun! :)
Cool. I'll check it out. Thanks!
--jason
|||Hi Jason,Were you able to write your own report builder ? Please let me know how would I query different fields of an entity from a report model that has been published on the reporting service programmatically and make them available to a user in web application and to enable him/her to create a custom report ?
Thanks,
Rashid Khan
No comments:
Post a Comment