Iam using SSRS for generating reports.
I have created the data source and dataset and iam able to retrive the data.
but items which are inside the folder are not getting displayed in report.
its not fetching items inside a report.
Dont know how to mention scope here for query.
Below is my query.
<RSSharePointList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ListName>Program</ListName>
<ViewFields>
<FieldRef Name="Title" />
<FieldRef Name="Requestor" />
</ViewFields>
</RSSharePointList>