! 제품 버전을 정확하게 입력해 주세요.
제품 버전이 정확하게 기재되어 있지 않은 경우,
최신 버전을 기준으로 안내 드리므로
더욱 빠르고 명확한 안내를 위해
제품 버전을 정확하게 입력해 주세요!

도구 상자에 ActiveReports탭 안뜨는 문제 및 웹 뷰어 관련 문의드립니다. > Q&A | 토론

본문 바로가기

ActiveReports.NET

Q&A | 토론

ASP.NET Webform웹폼 도구 상자에 ActiveReports탭 안뜨는 문제 및 웹 뷰어 관련 문의드립니다.

페이지 정보

작성자 상초리 작성일 2021-08-05 17:12 조회 1,720회 댓글 1건
제품 버전 : 15
컨트롤 이름 : ActiveReportsWeb:WebViewer

본문

첨부파일

안녕하세요~ 앞번에 문의 드린 소스 코드 관련하여 출력 테스트를 진행하고 있습니다.

관련 하여 문의 사항이 있어서 글 남깁니다.


정상적으로 activereports15_v15.0.0.0.2 버전 설치되어 있으며 환경은 visual studio 2015를 사용하고 있습니다.


닷넷 버전은 4.6.2 사용 중에 있습니다. 


새항목을 추가해서 보면 Reporting 이라고해서 active reports 관련 항목들이 존재하는데


.aspx 페이지에서 도구상자에 보면 ActiveReports탭이 존재하지않습니다. 관련해서 항목 선택을 하여 


설치되어있는 GrapeCity.ActiveReports.Web.dll 을 수동으로 추가하면 webviewer가 추가가 됩니다.



그리고 주신 소스파일로 출력을 해보면 


익스플로러에서나, 크롬에서 실행해보면 

Report not found: $ReportInstance_49317619 이런메세지가 뜨면서 출력이 되지 않습니다.


관련해서 확인해야 할 부분이 있으면 확인 부탁드립니다. 


감사합니다.



소스 입니다 aspx

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="testprint.aspx.cs" Inherits="Property.testprint" CodeFile="testprint.aspx.cs" %>

<%@ Register assembly="GrapeCity.ActiveReports.Web" namespace="GrapeCity.ActiveReports.Web" tagprefix="ActiveReportsWeb" %>


<!DOCTYPE html>


<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

    <title></title>

</head>

<body>

    <form id="form1" runat="server">

        <div>

            <ActiveReportsWeb:WebViewer ID="WebViewer1" runat="server" height="990px" width="1311px">

            </ActiveReportsWeb:WebViewer>

            

        </div>

    </form>

</body>

</html>



cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;


namespace Property
{
    public partial class testprint : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
          GrapeCity.ActiveReports.PageReport rpt = new GrapeCity.ActiveReports.PageReport();
          rpt.Load(new System.IO.FileInfo(Server.MapPath("") + "\\testreport.rdlx"));
          this.WebViewer1.Report = rpt;
        }
    }
}

아래에 http출력은 테스트 해보았으나 잘됩니다. webviewer 관련 문제 같은데 확인 부탁드립니다.


  • 페이스북으로 공유
  • 트위터로  공유
  • 링크 복사
  • 카카오톡으로 보내기

댓글목록

상초리님의 댓글

상초리 작성일

도구 상자가 안뜨는 이슈는 vs2015 버전에서 

ActiveReports controls are not added on the toolbox of Visual Studio 2015 

Symptoms: On installing NuGet packages, the controls are automatically added to the toolbox of all the supported Visual Studio versions, except for Visual Studio 2015.

Cause: If you are using Visual Studio 2015, the NuGet packages do not add the controls on the toolbox by default. You need to add the controls manually as follows.

Solution: Steps to add controls to the Visual Studio 2015's toolbox are as follows:

  1. Install the NuGet packages (in WinForms or WebForms application).
  2. Right-click anywhere on the toolbox and select Add Tab.
  3. Right-click the newly added tab and select Choose Items.
  4. In the Choose Toolbox Items dialog with .NET Framework Components tab selected, click Browse.
  5. Select the assembly present inside the package you installed in the application. The path to the assembly is similar to the following:
    [App name]\packages\{Package name}\lib\net462\{Assembly}

The added control(s) should now display in the tab.


위의 내용을 참고하여 수동으로 추가 처리하였습니다.

  웹뷰어로 사용자 출력안되는 부분만 확인 좀 부탁드립니다.

1 답변

ASP.NET Webform웹폼 Re: 도구 상자에 ActiveReports탭 안뜨는 문제 및 웹 뷰어 관련 문의드립니다.

추천0 이 글을 추천하셨습니다 비추천0

페이지 정보

작성자 GCK폴 작성일 2021-08-17 19:34 댓글 0건

본문

첨부파일

안녕하세요 그레이프시티입니다.


첨부드린 영상을 참고해 주시기 바랍니다.

프로젝트에 ActiveReports web을 추가하시면 도구상자에 ActiveReports 15가 추가 됩니다.

이것을 디자이너로 끌어 올리고 위의 말씀하신 코드를 추가하시면 리포트 출력이 가능합니다.

혹시 더 자세한 안내가 필요하시다면 웹뷰어로 사용자 출력이 안된다는 내용에 대해 좀더 자세한 설명을 부탁드립니다.


감사합니다

그레이프시티 드림 

 

그레이프시티(GrapeCity)는 개발자를 위하여 ComponentOne(컴포넌트원), Spread(스프레드), ActiveReports(액티브리포츠), SpreadJS(스프레드JS), Wijmo(위즈모)와 같은 엑셀 스프레드시트 리포팅 그리드와 차트 등 다양한 종류의 .NET JavaScript(자바스크립트컴포넌트 툴을 생산하고있는 개발툴 전문 회사 입니다.

댓글목록

등록된 댓글이 없습니다.

메시어스 홈페이지를 통해 제품에 대해서 더 자세히 알아 보세요!
홈페이지 바로가기
메시어스 홈페이지를 통해 제품에 대해서 더 자세히 알아 보세요!
홈페이지 바로가기
이메일 : sales-kor@mescius.com | 전화 : 1670-0583 | 경기도 과천시 과천대로 7길 33, 디테크타워 B동 1107호 메시어스(주) 대표자 : 허경명 | 사업자등록번호 : 123-84-00981 | 통신판매업신고번호 : 2013-경기안양-00331 ⓒ 2024 MESCIUS inc. All rights reserved.