F
Fernando Souza
Guest
This is an example on how to get this to work (as explained by Laura). DEF VAR clsPaperSize AS CLASS System.Drawing.Printing.PaperSize. DEF VAR clsReportDocument AS CLASS CrystalDecisions.CrystalReports.Engine.ReportDocument. DEF VAR clsType AS CLASS System.Type. clsType = Progress.Util.TypeHelper:GetType("CrystalDecisions.Shared.PaperSize"). clsReportDocument
rintOptions
aperSize = CAST (System.Enum:ToObject(clsType, clsPaperSize:RawKind), CrystalDecisions.Shared.PaperSize).
Continue reading...
Continue reading...