| ManagedDashboardPrintScalePercent Property |   | 
        
        DataPA OpenAnalytics API Reference
        
 Gets and sets a value that indicates the scaling used to print this dashboard.
 
         
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
 Syntax
Syntaxpublic int PrintScalePercent { get; set; }Public Property PrintScalePercent As Integer
	Get
	Set
public:
virtual property int PrintScalePercent {
	int get () sealed;
	void set (int value) sealed;
}function get_PrintScalePercent();
function set_PrintScalePercent(value);
Property Value
Type: 
Int32The scaling used to print this dashboard.
Return Value
Type: 
Int32The scaling used to print this dashboard.
 Remarks
Remarks See Also
See Also