asp.net - SSRS get meta data of remote report -


I can get meta data such as details, modify / create dates etc. from a remote SSR report. The report itself does not show any problems in the report over control on the Espx page, so I can use the report ...

It does not show any properties for those values.The server report object ... < / P>

thanks pile!

There are a few ways, one way is to add a web reference to the web service interface of your reporting server and Call the GetReportDefinition method Here's more information:

The code can look like this:

  Reporting Services Reporting Services = New Reporting Service (); XmlDocument xmlDocument = Null; Byte [] reportDefinition = Reporting service. GetReportDefinition (ReportName); (MemoryStream MemoryStream = New MemoryStream (Report Definition)) {xmlDocument = new XmlDocument (); XmlDocument.Load (MemoryStream); }  

This receives your .rdl file which you can parse using XML tools. You can also call the tables in the SSRS database through SSL / ADO / Linux to get that information:

Some good examples of T-SQL against the reporting service database:

After all the information that you may have, can not be in one place, for example, some may be in .rdl, and some SQL Server may be in the database.

{6230289 B-5 BEE-40 9-932A-2F-101FA 407A 92}


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -