Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5549
Export gives me an Error
posted

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