Forum Discussion
JackLacava
2 years agoCommunity Manager
You might need to experiment a bit, to find the right threshold for you, but this approach might work:
Case Is = CVExtenderFunctionType.GetReportOptions
Dim reportOptions As New CVExtenderReportOptions()
If args.Report.PageWidthMinusMargins > 1600 Then 'Landscape
' set whichever option
reportOptions.ReportMarginTop = -1.0
Else ' portrait
' set whichever option
reportOptions.ReportMarginTop = 1
End If
Return reportOptions
Related Content
- 4 years ago
- 4 years ago
- 4 years ago
- 2 years ago
- 4 years ago