ActiveReports 9
LayoutInfo Constructor(IReport,ITargetDevice)

Specifes Report instance for which layout tree will be generated. 
Specifes target device for the layout.
Initializes the new instance of LayoutInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal report As IReport, _
   ByVal targetDevice As ITargetDevice _
)
public LayoutInfo( 
   IReport report,
   ITargetDevice targetDevice
)

Parameters

report
Specifes Report instance for which layout tree will be generated. 
targetDevice
Specifes target device for the layout.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutInfo Structure
LayoutInfo Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum