| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal report As IReport, _ ByVal targetDevice As ITargetDevice _ ) | |
| C# | |
|---|---|
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.