개발자의 사투

C# devexpress printcontrol in xtrareport 본문

컴방/C#

C# devexpress printcontrol in xtrareport

개발자룽 2020. 5. 18. 16:45

            XtraReport1 xtp = new XtraReport1();                          xtp.CreateDocument();             printControl1.PrintingSystem = xtp.PrintingSystem;

'컴방 > C#' 카테고리의 다른 글

XtraGrid ColumnHead MultiLine 설정하기  (0) 2020.06.02
OOP위험성  (0) 2020.05.21
C# 빌드이벤트 매크로  (0) 2020.04.20
C# DataTable ReadOnly 해제  (0) 2020.04.09
C# DataTable rowstate 변경하기  (0) 2020.04.09
Comments