ActiveReports 13
DesiredSize Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : DesiredSize Property
Gets the size that this element computed during the measure pass of the layout process.
Syntax
'Declaration
 
Public ReadOnly Property DesiredSize As Size
public Size DesiredSize {get;}

Property Value

The computed size, which becomes the desired size for the arrange pass.
See Also

Reference

Viewer Class
Viewer Members