ActiveReports 12
AutoScaleDimensions Property (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class : AutoScaleDimensions Property
Gets or sets the dimensions that the control was designed to.
Syntax
'Declaration
 
Public Property AutoScaleDimensions As SizeF
public SizeF AutoScaleDimensions {get; set;}

Property Value

A System.Drawing.SizeF containing the dots per inch (DPI) or System.Drawing.Font size that the control was designed to.
Exceptions
ExceptionDescription
The width or height of the System.Drawing.SizeF value is less than 0 when setting this value.
See Also

Reference

ReportsLibrary Class
ReportsLibrary Members