pdf文件的作成
Dim Report As New crProgressList
Report.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.PaperA4
Report.SetDatabaseLogon(strUser, strPassword, strServer, strDatabase) Report.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, plPDFDirectory & plPDFFileName)

浙公网安备 33010602011771号