Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. With CrystalReportViewer1.ReportSource.Section3
  2.  
  3. '---Left
  4. .ReportObjects("expiry1").Left = 100
  5. .ReportObjects("expiry2").Left = 500
  6.  
  7. '---Top
  8. .ReportObjects("expiry1").Top = 100
  9. .ReportObjects("expiry2").Top = 100
  10.  
  11. '---Font
  12. .ReportObjects("expiry1").Font.Name = "Arial"
  13. .ReportObjects("expiry1").Font.Size = 16
  14.  
  15. End With
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement