Raises the BeginPrint event. It is called after the Print method is called and before the first page of the document is printed.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected override void OnBeginPrint( PrintEventArgs e ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnBeginPrint ( _ e As PrintEventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnBeginPrint( PrintEventArgs^ e ) override |