Gets or sets the Painter object that is used to paint a pivot table.

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

Syntax

C#
public Painter Painter { get; set; }
Visual Basic (Declaration)
Public Property Painter As Painter
Visual C++
public:
property Painter^ Painter {
	Painter^ get ();
	void set (Painter^ value);
}

See Also