Guest User

Untitled

a guest
Jul 2nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.65 KB | None | 0 0
  1.  <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana"
  2.             Font-Size="8pt" Height="400px" Width="400px">
  3.             <LocalReport ReportPath="LineItemReport.rdlc">
  4.                 <DataSources>
  5.                     <rsweb:ReportDataSource DataSourceId="ObjectDataSource1"
  6.                         Name="ConstructionPublicDataSet_spGetAllMasterLineItems2" />
  7.                 </DataSources>
  8.             </LocalReport>
  9.         </rsweb:ReportViewer>
  10.    
  11.         <asp:ObjectDataSource ID="ObjectDataSource1" runat="server"
  12.             SelectMethod="GetData" TypeName="ConstructionPublicDataSet">
  13.         </asp:ObjectDataSource>
Add Comment
Please, Sign In to add comment