Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPF(C#)で Telerik Report コントロールを使用しました。Telerik レポートにデータを割り当てましたが、レポートを開きたくありませんが、いっぱいになったら直接印刷する必要があります。
このコードで試すことができます-に基づいてPrintReport method
PrintReport method
function MyPrint() { <%=ReportViewer1.ClientID %>.PrintReport(); }