Raises the PrintPage event. It is called before a page is printed.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected override void OnPrintPage( PrintPageEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnPrintPage ( _ e As PrintPageEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnPrintPage( PrintPageEventArgs^ e ) override |