How to Add Microsoft Word Export Formats to Visual Studio 2005 Report Designer

It’s a bit shameful but until recently I was almost sure that the Visual Studio 2005 Report Designer (Business Intelligence Development Studio) does not support custom rendering extensions and the export formats are hard coded 🙂 Thanks to one of our customers, it turned out I was wrong. So, since Aspose.Words for Reporting Services is a rendering extensions allowing to export RDL reports to Microsoft Word formats, you can easily add those formats directly to your report designer. Moreover, starting … Continue Reading

Posted in Aspose.Words Product Family |

Aspose.Words for Reporting Services 1.4.2.0 Released

This is a maintenance release.

What’s new

  • MSI installer now automatically adds Microsoft Word export formats to the Visual Studio Report Designer.
  • Added the support for the HideDuplicates property of textboxes.

What’s fixed

  • Minor fixes.

To download visit http://www.aspose.com/Community/Files/52/aspose.words.reporting.services/default.aspxContinue Reading

Posted in Aspose.Words Product Family |

Aspose.Metafiles for Java 1.2.5.0 Released

What’s New:
  • Reading comments from a metafile. Small example how to read comments:
WmfMetafile wfile = new WmfMetafile(file);
MetafileComment[] comments = wfile.getComments();
for(int i = 0; i < comments.length; i++) {
System.out.println("comment " + comments[i].getRecordIndex() + ": " +
Charset.defaultCharset().decode(ByteBuffer.wrap(comments[i].getCommentData())).toString());
}
  • Rendering text in different charsets. Aspose.Metafiles should select right charset automatically but it is possible to override it through rendering hints.
MetafileCharsetCollection cc = new MetafileCharsetCollection();
Charset charset = (Charset)Charset.availableCharsets().get("windows-1251");
cc.SetCharset(MetafileCharsetCollection.DEFAULT_CHARSET, charset);
renderingHints.put(MetafileCharsetCollection.METAFILES_CHARSET_COLLECTION, cc);

Fixed:
  • 3862 – Aspose.Metafiles didn’t
Continue Reading
Posted in Aspose.Total Product Family |

Aspose.Network for .NET v3.6.1.0 Released

What’s New

  • Provide format template for customizing the file format convertion from msg files to mht files. More format templates are supported in MhtMessageFormatter class, which will provide more flexibility for .NET developers to customize the output of mht format files.

        Sample:

            MailMessage mail = MailMessage.Load(file, MessageFormat.Msg);
            MhtMessageFormatter f = new MhtMessageFormatter();
            f.FormFormat = “FROM:{0}<br>”;
            f.SentFormat = “SENT:{0}<br>”;
            f.SubjectFormat = “SUBJECT:{0}<br>”;
            f.ToFormat = “TO:{0}<br>”;
            f.CcFormat= “CC:{0}<br>”;
            f.AttachmentFormat = “ATT:{0}<br>”;
            mail.Save(@”D:\codestore\Aspose.network\phone2.mht”,

Continue Reading
Posted in Aspose.Email Product Family |

Aspose.Slides for .NET 2.7.3.0 Released

Fixes:
  • 3819, 3834 – DeleteHandout method didn’t clear all cross-references to Handout object and MS PowerPoint couldn’t open some presentations.
To download: http://www.aspose.com/Community/Files/51/aspose.slides/default.aspx
Continue Reading
Posted in Aspose.Slides Product Family |

Aspose 顾客时事通讯, 2007 年10月

 

  • 欢迎!
  • 产品推荐 – Aspose.Pdf for Reporting Services
  • 使用 Aspose.Cells for Java将Excel文件输出为PDF
  • Aspose.BarCode for .NET 现在支持MacroPDF417 条码
  • 使用Aspose.Cells for .NET创建加密的Excel文件
  • 使用Aspose.Words for Reporting Services将HTML格式报表输出至Word格式
  • Aspose.Network v3.6.0.0的最新更新
  • 技术小技巧 – 加载Web图片(从URL)至Excel工作表
  • Aspose.Pdf for .NET v3.6.0.0 补丁

欢迎

欢迎阅读Aspose2007年10月份时事快报! 在本月的时事快报中,我们将对推荐产品:Aspose.Pdf for Reporting Services做出相关性的介绍。我们还会介绍Aspose.Words for Reporting Services, Aspose.Network, Aspose.Pdf, Aspose.BarCode 以及Aspose.Cells这些产品在最新版本中新增的一些另人兴奋的功能。通过本月的技术小技巧,您将会了解到来自Aspose的最新信息—— 使用Aspose.Cells for .NET如何将Web图片(来自URL)加载到Excel的工作表中去。

   产品推荐

Aspose.Pdf for Reporting Services 是一个允许您在Microsoft SQL Server 2000 和 2005 Reporting Services中生成PDF报表的灵活的.NET解决方案。几乎支持所有的RDL报表特性,并允许您生成具备表格,图表,矩阵,页眉和页脚,节,列表,文本框,矩形,线条以及图片等的高质量PDF。得益于Aspose.Pdf组件技术,Aspose.Pdf for Reporting Services是一个在Microsoft SQL Server Reporting Services中生成PDF报表的理想产品。请下载 Aspose.Pdf for Reporting Services 的免费试用版,看其是否满足您的商业需求。

使用 Aspose.Cells

Continue Reading
Posted in Aspose China |

Aspose.Total Northwind Demos with Windows Vista support

Dear Customers,

We are glad to share that now Aspose.Total Northwind Demos are supported on Windows Vista too. These demos are offered in both Visual Studio 2003 & 2005 formats. We recommend for Windows Vista users to use Visual Studio 2005 version of Aspose.Total Northwind Demos. You may download and get more information about these demos from the links below:

Continue Reading
Posted in Salman Sarfraz |

Aspose Alıcı Bültenin, Ekim 2007

Hosgeldiniz

Aspose Bülten’in Eylül 2007 sayısına hoşgeldiniz! Bu ayki bültenimizde vitrin ürünümü Aspose.Pdf for

Continue Reading
Posted in Aspose Turkey |

Aspose Customer Newsletter, October 2007

In This Issue

  • Welcome!
  • Product Spotlight – Aspose.Pdf for Reporting Services
  • Export Excel files to PDF using Aspose.Cells for Java
  • Aspose.BarCode for .NET now supports MacroPDF417 symbology
  • Create Encrypted Excel files using Aspose.Cells for .NET
  • Export HTML formatted reports to Word documents using Aspose.Words for Reporting Services
  • Latest Enhancements in Aspose.Network v3.6.0.0
  • Technical Tip – Load a Web Image (from a URL) into an Excel Worksheet
  • Aspose.Pdf for .NET v3.6.0.0 Mega Release

Welcome

Welcome to the October 2007 issue of

Continue Reading
Posted in Customer Newsletters |

Aspose.Slides for .NET 2.7.2.0 Released

Fixes:
  • Aspose.Slides didn’t delete referenced OLE and embedded sound data after removing OleObjectFrame and AudioFrame shapes. Also Shape object now has special boolean property HasExternalData to determine if shape has some hidden data (in case shape is not recognised as OleObjectFrame, AudioFrame and etc.)
  • 3181 – Font of symbols inserted to a text could be changed after slide cloning.
  • 3623, 3800 – MS PowerPoint couldn’t open presentations (“PowerPoint can’t open ppt because part of the file is missing”). If target
Continue Reading
Posted in Aspose.Slides Product Family |