[]
Prints the currently opened report.
public bool Print(bool showPrintDialog)
Type | Name | Description |
---|---|---|
bool | showPrintDialog | A boolean value indicating whether to show the print dialog before printing. |
Type | Description |
---|---|
bool |
|
Type | Condition |
---|---|
InvalidOperationException | Thrown if the report is not fully loaded. |
Prints the currently opened report.
public bool Print(bool showPrintDialog, bool showPrintProgressDialog)
Type | Name | Description |
---|---|---|
bool | showPrintDialog | A boolean value indicating whether to show the print dialog before printing. |
bool | showPrintProgressDialog | A boolean value indicating whether to show the print progress dialog. |
Type | Description |
---|---|
bool |
|
Type | Condition |
---|---|
InvalidOperationException | Thrown if the report is not fully loaded. |
Prints the currently opened report.
public bool Print(bool showPrintDialog, bool showPrintProgressDialog, bool usePrintingThread)
Type | Name | Description |
---|---|---|
bool | showPrintDialog | A boolean value indicating whether to show the print dialog before printing. |
bool | showPrintProgressDialog | A boolean value indicating whether to show the print progress dialog. |
bool | usePrintingThread | A boolean value indicating whether to use a separate thread for printing. |
Type | Description |
---|---|
bool |
|
Type | Condition |
---|---|
InvalidOperationException | Thrown if the report is not fully loaded. |
Prints the currently opened report.
public bool Print(PrintingSettings settings)
Type | Name | Description |
---|---|---|
PrintingSettings | settings | The printing settings to use. |
Type | Description |
---|---|
bool |
|
Type | Condition |
---|---|
InvalidOperationException | Thrown if the report is not fully loaded. |