Represents a reusable pivot table that sends output to a printer.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public class DataCubePrintDocument : PrintDocument
Visual Basic (Declaration)
Public Class DataCubePrintDocument _
	Inherits PrintDocument
Visual C++
public ref class DataCubePrintDocument : public PrintDocument

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Drawing.Printing..::.PrintDocument
        PerpetuumSoft.Olap..::.DataCubePrintDocument

See Also