티스토리 뷰
코드 순서 때문에 설정이 적용이 안되서 한참 삽질을 했다.
수정 전
PrintableComponentLink pPrintableComponentLink = new PrintableComponentLink(new PrintingSystem());
pPrintableComponentLink.Component = table;
pPrintableComponentLink.CreateDocument();
pPrintableComponentLink.PaperKind = System.Drawing.Printing.PaperKind.A4;
pPrintableComponentLink.Landscape = true;
pPrintableComponentLink.ShowPreview();
수정 후
PrintableComponentLink pPrintableComponentLink = new PrintableComponentLink(new PrintingSystem());
pPrintableComponentLink.PaperKind = System.Drawing.Printing.PaperKind.A4;
pPrintableComponentLink.Landscape = true;
pPrintableComponentLink.Component = table;
pPrintableComponentLink.CreateDocument();
pPrintableComponentLink.ShowPreview();
설정하는 코드는 데이터 테이블이 Component 하기전에 설정을 해줘야 적용되었다.
'공부 > C#' 카테고리의 다른 글
sc 명령어 사용시 주의할점 (0) | 2018.01.04 |
---|---|
다양한 if문 쓰기 (0) | 2017.12.11 |
c# 반복문 컨트롤 (0) | 2016.11.14 |
GridView에서 개행된 텍스트 출력하기 (0) | 2016.06.03 |
Visual studio에서 svn 설정하는 방법 (0) | 2016.04.27 |
- Total
- Today
- Yesterday
- 데이즈
- 기라티나버전
- 첼시
- 블랙버전
- virtualbox
- 플래티나버전
- 피카츄버전
- 크리스탈 버전
- server
- 축구리뷰
- 크리스탈버전
- 에메랄드 버전
- C#
- Linux
- GTA5
- 포켓몬스터
- 티스토리챌린지
- 화이트2버전
- ubuntu
- 오블완
- 축구만화
- 플라티나버전
- 영화리뷰
- 토트넘
- 마리아치 토네이도
- 축구
- 에메랄드버전
- DAYS
- 파이어레드
- 다이어트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |