Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vb.net web报表参数ssrs已禁用_Vb.net_Reporting Services - Fatal编程技术网

Vb.net web报表参数ssrs已禁用

Vb.net web报表参数ssrs已禁用,vb.net,reporting-services,Vb.net,Reporting Services,我有一个web窗体上的报表查看器。我使用报表查看器的版本15。当我运行应用程序时,它会显示参数出现的标题,但它们出现在disbled中,有人能帮我吗 <%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage_ttr.master" AutoEventWireup="false" CodeFile="ttr_rpt_general.

我有一个web窗体上的报表查看器。我使用报表查看器的版本15。当我运行应用程序时,它会显示参数出现的标题,但它们出现在disbled中,有人能帮我吗

    <%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage_ttr.master" AutoEventWireup="false" CodeFile="ttr_rpt_general.aspx.vb" Inherits="ttr_ttr_rpt_general" %>


<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
<%--<%@ Register Assembly="Microsoft.ReportViewer.WebForms" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>--%>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="contenido" Runat="Server">
    <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering = "true">
    </asp:ScriptManager>
    <rsweb:ReportViewer ID="rpt_viewer" runat="server" Width="100%" Height="1000px" ZoomMode="Percent"  ></rsweb:ReportViewer>
</asp:Content>