eBA Modal Form Printing
Modal Form does not have a direct print feature. If you wish, you can operate with the following code in the OnClick event of the button with the help of a button.
Page.ClientScript.RegisterStartupScript(GetType(),"printScript",
String. format(@"window.open(""{0}"",""mywindow"","scrollbars=1, resizable=1"");",
GetPrintableFormatUrl("default")), true);