与 Visual Studio 2005 或 2008 报表设计器手动集成

Contents
[ ]
  • 整合过程
  1. 复制Aspose.Cells.ReportingServices.dll到 Visual Studio 目录。
  2. 与 Visual Studio 2005 Report Designer 集成:复制Aspose.Cells.ReportingServices.dll到 C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies 目录。
  3. 与 Visual Studio 2008 Report Designer 集成:复制Aspose.Cells.ReportingServices.dll到 C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies 目录。
  4. 将 Aspose.Cells for Reporting Services 注册为渲染扩展: 1.打开C:\Program Files\Microsoft Visual Studio <版本>\Common7\IDE\PrivateAssemblies\RSReportDesigner.config (在哪里对于 Visual Studio 2005 为“8”或对于 Visual Studio 2008 为“9.0”)并将以下行添加到元素:

XML

 <Extension Name="ACXLS" Type="Aspose.Cells.ReportingServices.XlsRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACXLSX" Type="Aspose.Cells.ReportingServices.Excel2007XlsxRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACXLSB" Type="Aspose.Cells.ReportingServices.XlsbRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACXLSM" Type="Aspose.Cells.ReportingServices.Excel2007XlsmRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACXML" Type="Aspose.Cells.ReportingServices.SpreadsheetMLRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACHTML" Type="Aspose.Cells.ReportingServices.HtmlRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACCSV" Type="Aspose.Cells.ReportingServices.CSVRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACODS" Type="Aspose.Cells.ReportingServices.ODSRenderer,Aspose.Cells.ReportingServices" />

      <Extension Name="ACTXT" Type="Aspose.Cells.ReportingServices.TabDelimitedRenderer,Aspose.Cells.ReportingServices" />
  1. 给Aspose.Cells for Reporting Services权限执行: 1.打开C:\Program Files\Microsoft Visual Studio\Common7\IDE\PrivateAssemblies\RSPreviewPolicy.config (在哪里对于 Visual Studio 2005 为“8”或对于 Visual Studio 2008 为“9.0”)并将以下内容添加为倒数第二个中的最后一项元素(应该是):

XML

 <CodeGroup>

  ...

  <CodeGroup>

    ...

    <!--Start here.-->

   <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust" Name="Aspose.Cells_for_Reporting_Services" Description="This code group grants full trust to the Aspose.Cells for Reporting Services assembly.">

                <IMembershipCondition class="StrongNameMembershipCondition" version="1" PublicKeyBlob="00240000048000009400000006020000002400005253413100040000010001002780c08eaa89aedfb00b1b96137cca3e15f32826e0e4fd1da3c98d1e3968a03a019aa7b7228b151f6e5dae4dcb00f98479770f507626b04e786e5e93ec3757c1cc4ed1ac4b72c7649c4438e9d3a5f44d8b7522043686a2e8c2a495e04b917e0505d3201015c828e3c15afc8a46ab78293574b9e0475df68627bbabc5b564addd" />

              </CodeGroup> 

    <!--End here.-->

  </CodeGroup>

</CodeGroup>
  1. 验证Aspose.Cells for Reporting Services是否安装成功:
  2. 运行或重新启动 Microsoft Visual Studio 2005 或 2008 Report Designer。 您应该注意到导出格式列表中可用的新格式。

注册组件后,报表设计器中会出现新的导出格式

待办事项:图片_替代_文本