ติดตั้งด้วยตนเอง

การติดตั้งด้วยตนเอง

คำแนะนำเหล่านี้แสดงวิธีคัดลอกและแก้ไขไฟล์ในไดเรกทอรีที่ติดตั้ง Microsoft SQL Server Reporting Services:

  1. ค้นหาไดเรกทอรีการติดตั้ง Report Server
    ไดเรกทอรีรากของ Microsoft SQL Server ปกติจะอยู่ที่: C:\Program Files\Microsoft SQL Server

    All paths used below will refer to this directory as .

  2. คัดลอก Aspose.Slides.ReportingServices.dll ไปยังโฟลเดอร์ C:\Program Files\Microsoft SQL Server\xxx\Reporting Services\ReportServer\bin
    ไฟล์ดาวน์โหลด Aspose.Slides.ReportingServices.zip มี Aspose.Slides.ReportingServices.dll อยู่

  3. ลงทะเบียน Aspose.Slides for Reporting Services เป็นส่วนขยายการแสดงผล:

    1. เปิด C:\Program Files\Microsoft SQL Server<Instance>\Reporting Services\ReportServer\rsreportserver.config.
    2. เพิ่มบรรทัดต่อไปนี้ในองค์ประกอบ :


   ...

  <!--เริ่มที่นี่.-->

  <Extension Name="ASPPT" Type="Aspose.Slides.ReportingServices.PptRenderer,Aspose.Slides.ReportingServices"/>

  <Extension Name="ASPPS" Type="Aspose.Slides.ReportingServices.PpsRenderer,Aspose.Slides.ReportingServices"/>

  <Extension Name="ASPPTX" Type="Aspose.Slides.ReportingServices.PptxRenderer,Aspose.Slides.ReportingServices"/>

  <Extension Name="ASPPSX" Type="Aspose.Slides.ReportingServices.PpsxRenderer,Aspose.Slides.ReportingServices"/>

  <!--จบที่นี่.-->

</Render>



  1. ให้สิทธิ์การดำเนินการแก่ Aspose.Slides for Reporting Services:
    1. เปิด C:\Program Files\Microsoft SQL Server<Instance>\Reporting Services\ReportServer\rssrvpolicy.config.
    2. เพิ่มโค้ดต่อไปนี้เป็นรายการสุดท้ายในองค์ประกอบ ชั้นที่สองจากด้านนอก (ซึ่งควรเป็น )




...

  <CodeGroup>

    ...

    <!--เริ่มที่นี่.-->

    <CodeGroup

        class="UnionCodeGroup"

        version="1"

        PermissionSetName="FullTrust"

        Name="Aspose.Slides_for_Reporting_Services"

        Description="This code group grants full trust to the AS4SSRS assembly.">

        <IMembershipCondition

            class="StrongNameMembershipCondition"

            version="1"

            PublicKeyBlob="00240000048000009400000006020000002400005253413100040000010001005542e

            99cecd28842dad186257b2c7b6ae9b5947e51e0b17b4ac6d8cecd3e01c4d20658c5e4ea1b9a6c8f854b2

            d796c4fde740dac65e834167758cff283eed1be5c9a812022b015a902e0b97d4e95569eb8c0971834744

            e633d9cb4c4a6d8eda03c12f486e13a1a0cb1aa101ad94943236384cbbf5c679944b994de9546e493bf" />

    </CodeGroup>

    <!--จบที่นี่.-->

  </CodeGroup>

</CodeGroup>



  1. ตรวจสอบว่า Aspose.Slides for Reporting Services ได้รับการติดตั้งอย่างสมบูรณ์แล้ว:

    1. เปิด Report Manager และตรวจสอบรายการประเภทการส่งออกที่มีสำหรับรายงาน
  2. เลือกรายงานบนเซิร์ฟเวอร์

  3. เปิดรายการ Select Format
    คุณควรเห็นรายการรูปแบบการส่งออกที่จัดทำโดย Aspose.Slides for Reporting Services

  4. เลือก PPT – PowerPoint Presentation via Aspose.Slides

Aspose.Slides for Reporting Services ติดตั้งสำเร็จและรูปแบบการส่งออกใหม่พร้อมใช้งาน

todo:image_alt_text

  1. คลิกลิงก์ Export.
    รายงานจะถูกสร้างในรูปแบบที่เลือก ส่งไปยังลูกค้า และจากนั้นเปิดในแอปพลิเคชันที่เหมาะสม ในกรณีของเรา รายงานถูกเปิดใน Microsoft PowerPoint.

รายงาน PPT ที่สร้างโดย Aspose.Slides for Reporting Services

todo:image_alt_text

คุณได้ติดตั้ง Aspose.Slides for Reporting Services เสร็จสมบูรณ์และสร้างรายงานเป็นงานนำเสนอ Microsoft PowerPoint เรียบร้อยแล้ว!