Tuesday, July 17, 2018

Define a Method to Return the Data to Reporting Services

1. Right-click SrsRdpSampleClass, point to New, and then clickMethod.

2. Edit the method so that it contains the following code.


1
2
3
4
5
6
[SRSReportDataSetAttribute("TmpCust")]
public TmpCustTableSample getTmpCustTable()
{
  select * from tmpCust;
  return tmpCust;
}

3. Save the method and close the editor.


Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...