i'm trying to export the content of DataGrid into PDF
var bytes:ByteArray = myPDF.save(Method.LOCAL);
var f:FileReference = new FileReference();
f.save(bytes,"TestAttachment.pdf");
/* Call to a possibly undefined method save through a reference with static type flash.net:FileReference. */
i'm using AlivePDF version 0.1.4.9 and flex builder 3 for building a simple Flex Application