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.
我将 Telerik Report 控件与 WPF(C#) 一起使用。我向 Telerik Report 分配了数据,但我不想打开报告,但我需要在填满时直接打印。
您可以尝试使用此代码 - 基于PrintReport method
PrintReport method
function MyPrint() { <%=ReportViewer1.ClientID %>.PrintReport(); }