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...
i have applied this
Dim bytes() As Byte = My.Resources.RptFile
Dim Resource As IntPtr = Marshal.AllocCoTaskMem(bytes.Length)
RptDocument.Load(Resource)
Continue reading...