4,819
社区成员




Enum AllowedExportFormat
Pdf = 1
Excel2003 = 2
Word2003 = 4
RTF = 8
CrystalReport = 16
Excel2003DataOnly = 32
Word2003EditAble = 64
XML = 128
ExcelDataOnly = 512
CSV = 1024
End Enum
Me.CrystalReportViewer1.AllowedExportFormats = AllowedExportFormat.PD
F