| Visual Basic (Declaration) | |
|---|---|
Public Sub Print( _ ByVal showPrintDialog As Boolean _ ) | |
| C# | |
|---|---|
public void Print( bool showPrintDialog ) | |
Parameters
- showPrintDialog
- Determinates whatever print dialog will be shown or not.
| DataDynamics.Reports.Windows.Forms | Support Forum |
| Print Method | |
| See Also | |
|
| DataDynamics.Reports.Windows.Forms Namespace > ReportPreview Class : Print Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Print( _ ByVal showPrintDialog As Boolean _ ) | |
| C# | |
|---|---|
public void Print( bool showPrintDialog ) | |