Hi,
I'm not familiar with VB.net, do you mean like shown in the link?
Regards,
Zoe
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I would like to know if there is a good example of ReportingService2005 QueryDefinition.CommandText using vb.net. My goal is to retrieve / get the SQL within the rdl report. I found this Link but no examples how to use it. any suggestions is greatly appreciated.
Hi,
I'm not familiar with VB.net, do you mean like shown in the link?
Regards,
Zoe
Hi,
Here is an example for you.
Hope it can be helpful.
queryDefinition.CommandText = "Select ReportTitle,ReportSubTitle from ReportDetail";