FrxDataTable not existing in the assembly
<div class="IPBDescription">urgent
</div>Hello,
Downloaded FR Studio trial, created C# project under VS 2005. Added COM assembly "fastreport3.dll" from "C:\Program Files\FastReports\FastReport Studio Trial\Bin".
I cannot find FrxDataTable class in FastReport namespace that is used in programmer's PDF manual.
Additionally I cannot compile the sources added to the trial edition. What am I missing ?
Thank you!
</div>Hello,
Downloaded FR Studio trial, created C# project under VS 2005. Added COM assembly "fastreport3.dll" from "C:\Program Files\FastReports\FastReport Studio Trial\Bin".
I cannot find FrxDataTable class in FastReport namespace that is used in programmer's PDF manual.
Additionally I cannot compile the sources added to the trial edition. What am I missing ?
Thank you!
Comments
I suggest to use a DataPlugin instead of FrxDataTable wrapper.
You may found plugin example in "C:\Program Files\FastReports\FastReport Studio\Examples\VisualC#.NET\DataSourcePlugin" directory.