PrintingManager.Print(Boolean) 메서드

정의

차트를 인쇄합니다.

public:
 void Print(bool showPrintDialog);
public void Print (bool showPrintDialog);
member this.Print : bool -> unit
Public Sub Print (showPrintDialog As Boolean)

매개 변수

showPrintDialog
Boolean

인쇄 대화 상자를 표시해야 한다고 나타내려면 true이고, 그렇지 않으면 false입니다.

적용 대상