DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the scaling used to print this dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public int PrintScalePercent { get; set; }
Visual Basic
Public Property PrintScalePercent As Integer
	Get
	Set
Visual C++
public:
virtual property int PrintScalePercent {
	int get () sealed;
	void set (int value) sealed;
}

Property Value

Type: Int32
The scaling used to print this dashboard.

Return Value

Type: Int32
The scaling used to print this dashboard.

Remarks