var fDesc=new Array(); fDesc[0] = "WPF is the Windows Presentation Foundation platform. Stimulsoft Reports.Wpf is the reporting tool that is developed for Windows Presentation Foundation. Do you need a reporting tool for WPF? No need to surf the Internet - use Stimulsoft Reports.Wpf. All the power of WPF is used. Rich abilities of rendering, viewing, printing and exporting reports - and all this is Stimulsoft Reports.Wpf.

Stimulsoft Reports.Wpf uses the reports engine for creating reports which is based on the Stimulsoft Team many years experience of developing and using reporting tools. A couple of code lines may need to execute complex operations with a report. Report engine offers great many abilities for reports creation. Vast kit of components, unique set of properties and parameters, thought over structure of reports. Many of options are absolutely unique and present only in our product. We paid more attention to the speed of reports rendering and complex reports creation."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }