ActiveReports 12
AutoSize Property (DataVisualizerBasePanel)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : AutoSize Property
Gets or sets a value that indicates whether the control resizes based on its contents.
Syntax
'Declaration
 
Public Overridable Property AutoSize As Boolean
public virtual bool AutoSize {get; set;}

Property Value

true if the control automatically resizes based on its contents; otherwise, false. The default is true.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members