Hi,
we have 2 databases in different Server . 1 Application Db and another Reports Db(ZTCReportServer).
We need to query both the database to use
dbo.Catalog,dbo.ExecutionLog table from ReportsDb and
MyReportControlsDefValMap table from application Db. Created View/Stored Procedure to access the data it works fine , but when plug the same Sp/View in the SSRS reports(rdl file) for the dataset its showing object not found.
Does the Object(View/Stored Procedure) created by Linked Server is supported by rdl file dataset.
Please suggest.