Change ID of Crystal Report Viewer to whatever you want the filename to be.
Solution 2:
Set ID of Crystal Report Viewer to whatever you want the filename to be. like
CrystalReportViewer1.ID = "File name without Spaces and any weird characters";
world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
CrystalReportViewer1.ID = "File name without Spaces and any weird characters";
ToText({datefield},"[DATE FORMAT]")
DATE FORMAT EXAMPLES
| Example | Output |
| dd-MMM-yyyy | 07-Oct-2013 |
| dd/MM/yyyy | 07/10/2013 |
exec sp_msforeachtable 'alter table ? drop column COL_NAME'