質問編集履歴
4
説明補完
test
CHANGED
File without changes
|
test
CHANGED
@@ -61,3 +61,39 @@
|
|
61
61
|
|
62
62
|
|
63
63
|
長文すみません。ご見解をよろしくお願いします。
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
【20191013 13:00追記 リビルドでエラー、フォームのaspxに変更必要?!】
|
70
|
+
|
71
|
+
```aspx
|
72
|
+
|
73
|
+
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="StdcostReport.aspx.vb" Inherits="StdcostReport" title="標準原価書" %>
|
74
|
+
|
75
|
+
<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
<%@ Register assembly="Microsoft.ReportViewer.WebForms" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server" >
|
84
|
+
|
85
|
+
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Height="" Width="">
|
86
|
+
|
87
|
+
<LocalReport ReportPath="Report1.rdlc">
|
88
|
+
|
89
|
+
<DataSources>
|
90
|
+
|
91
|
+
<rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="DataSet1_W_STDCOSTB" />
|
92
|
+
|
93
|
+
</DataSources>
|
94
|
+
|
95
|
+
</LocalReport>
|
96
|
+
|
97
|
+
</rsweb:ReportViewer>
|
98
|
+
|
99
|
+
```
|
3
誤記訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,9 +46,9 @@
|
|
46
46
|
|
47
47
|
②認識が合っている場合、VisualStudio2017で 参照の追加に移るべきですが、参照マネージャの検索枠で'REPORT'の検索をかけても一切表示されるものはありませんでした。参照の追加以前に、ダウンロードが必要という認識をもちました。それはあっていますか?
|
48
48
|
|
49
|
-
③上記の認識が正しい場合、運用環境であるWindowsServer2016(IIS 10.0)でも、このReportViwerのVerが相応しいのか
|
49
|
+
③上記の認識が正しい場合、運用環境であるWindowsServer2016(IIS 10.0)でも、このReportViwerのVerが相応しいのか 気にすべきかな、と思いました(この認識は合っていると仮定して次へ)
|
50
50
|
|
51
|
-
|
51
|
+
この場合、実在しているか・否かという視点で当該サーバのGACを確認すればよろしいのでしょうか?
|
52
52
|
|
53
53
|
また、一切見当たらない場合、相応しいVerをダウンロード・取得することになると思いますが、この相性が記載されたサイトなどないでしょうか?
|
54
54
|
|
2
誤記訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
③上記の認識が正しい場合、運用環境であるWindowsServer2016(IIS 10.0)でも、このReportViwerのVerが相応しいのか という点を気にすべきに思いました(この認識は合っていると仮定して次へ)
|
50
50
|
|
51
|
-
そこで、実在しているか・否かという点で当該サーバのGACを確認す
|
51
|
+
そこで、実在しているか・否かという視点で当該サーバのGACを確認すればよろしいのでしょうか?
|
52
52
|
|
53
53
|
また、一切見当たらない場合、相応しいVerをダウンロード・取得することになると思いますが、この相性が記載されたサイトなどないでしょうか?
|
54
54
|
|
1
誤記ていせい
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
開発環境であるVisualStudio2017と、ASP.NET運用環境WindowsServer2016
|
1
|
+
開発環境であるVisualStudio2017と、ASP.NET運用環境WindowsServer2016でReportViwerを動作させたい。最適Ver・導入手順を確認させてください
|
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
[MS社の関連記事](https://docs.microsoft.com/ja-jp/sql/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started?view=sql-server-2017)で紹介された手続きでは 開発環境にNuGetパッケージマネージャとかいうものを利用してソレを取得する流れが紹介されています。運用環境にソレが実在しない場合、どうやってソレを摘要すればよいのだろう?(運用環境はインターネットに繋がりません。GACに登録する方法が分かりません。配置する開発素材の一連にBINフォルダを織り交ぜ、この中に当該dllを入れておく??)
|
56
56
|
|
57
|
-
また、記事で
|
57
|
+
また、記事ではヴァージョンを指定したダウンロードじゃなさそうなので、この手順に従って対応して、果たして自分の開発環境&運用環境に適合するヴァージョンのReportViewerが取得されるだろうか? という不安を抱いています。
|
58
58
|
|
59
59
|
|
60
60
|
|