Use RPT file from resources folder

  • Thread starter Thread starter CompuTechSide
  • Start date Start date
C

CompuTechSide

Guest
I using Crystal report from resources folder but not access
i have applied this

Dim bytes() As Byte = My.Resources.RptFile
Dim Resource As IntPtr = Marshal.AllocCoTaskMem(bytes.Length)
RptDocument.Load(Resource)

Continue reading...
 
Back
Top