Spread for ASP.NET 11 Product Documentation
SavePdfToResponse(String) Method


FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace > FpSpread Class > SavePdfToResponse Method : SavePdfToResponse(String) Method
The path and file name.
Saves the contents of the Spread component to a Response object in PDF file format.
Syntax
'Declaration
 
Public Overloads Shadows Function SavePdfToResponse( _
   ByVal fileName As String _
) As FileContentResult
'Usage
 
Dim instance As FpSpread
Dim fileName As String
Dim value As FileContentResult
 
value = instance.SavePdfToResponse(fileName)
public new FileContentResult SavePdfToResponse( 
   string fileName
)

Parameters

fileName
The path and file name.
See Also

Reference

FpSpread Class
FpSpread Members
Overload List