hi, i want to export a webdatagrid (it has paging) to a pdf. i use the following settings for the webdocumentexporter.
WebDocumentExporter1.DownloadName =
HttpUtility.UrlEncode(fileName)
WebDocumentExporter1.Format = Infragistics.Web.UI.GridControls.
FileFormat.PDF
WebDocumentExporter1.DataExportMode =
DataExportMode.DataInGridOnly
WebDocumentExporter1.ExportMode =
ExportMode.Download
WebDocumentExporter1.TargetPaperOrientation =
PageOrientation.Landscape
WebDocumentExporter1.Export(
Me.WebDataGrid1, Me.WebDataGrid1)
when i export i got the following error. (sorry in german)
G:/xxxxx/ig_res/Default ist ein physikalischer Pfad, es wurde aber ein virtueller Pfad erwartet.
i use v10 vol3
thanks martin
Hi neharoy,
What exactly are you doing? Changing the stylesetpath?
regards,David Young
Did you manage to find a solution for this. I am facing same problem.
Hello martin2004,
I have create case: CAS-56039-6ZD7R1. We are going to continue communication through this support ticket.
Regards
Still the same error , i placed everywhere the ig_res folder and set it in code everywhere. but still
G:/xxxxxx/yyyyy/css ist ein physikalischer Pfad, es wurde aber ein virtueller Pfad erwartet.i dont't know he wants always the folder yyyy/css ???
Still the same error. i setMe.WebDataGrid1.StyleSetPath = "http://localhost/ig_res/"