Databinding
I was wondering on how you would use Databinding with a Crystal Report 10.
I was wondering on how I would use it for the LogOnInfo Property.
<cr:crystalreportviewer id=CrystalReportViewer1
style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px"
runat="server"
ReportSource='<%# "CrystalReport2.rpt" %>'
AutoDataBind="True" Height="50px"
ReuseParameterValuesOnRefresh="False"
Width="350px" >
</cr:crystalreportviewer>
|