Quantcast
Channel: SQL Server Reporting Services
Viewing all 1418 articles
Browse latest View live

SSRS Database credentials problem under domain environment

$
0
0

I have developed an ASP.Net application and used report viewer for SSRS and deployed on the client site. Earlier I used windows credentials for under domain environment but the client changes the windows password in every month. So after a month I have to change the credentials in application web.config. It means that I have to use some database credentials so I tried the database credentials for SSRS under domain environment but no success.

The client is using windows server 2008 32 bit under domain environment.

As I mentioned that with windows credentials under domain the reports are working fine but with database credentials under domain are showing error 404 while trying to load the reports in ASP.Net report viewer.

  • I tried with the database credentials in report viewer directly but also no success
  • I also tried with the database credentials in SSRS data source but also no success

I have choose the following option in data source:

Credentials stored securely in the report server (radio button is selected) and provide the database server credentials in user name and password fields.

"use as window credential when connecting to the data source" checkbox is unchecked because I want to use database credential instead of window credentials.

 

Kindly suggest any solution in detail

Thanks 


SSRS report deploymnet

$
0
0

Hi I currently have 3 servers Web Server, App Server and DB Server.

Web Server - deploy all the aspx page

App Server - deploy all the business logic

DB Server - store data

Now the problem occur which when I deploy the SSRS report (report server url eg:http://localhost/reportserver), I cannot directly talk to DB Server it blocked by the firewall. It go through the WCF. How do view the report in web pages in this architecture ? Please help. Thanks

Report Files (*.rdlc) Not Pushed to Server Upon Publish

$
0
0

Does anyone know why, when we publish our application via the Visual Studio publish utility (Build --> Publish Selection) the *.rdlc files are not being copied to the server?

I have created a /Reports/ folder off the root to house all the *.rdlc files, but they are not being pushed to the server, although other files such as *.aspx, *.aspx.cs are being pushed from inside the /Reports folder.

I am loading the reports in the code behind with the following code:
ReportDataSource rds = new ReportDataSource("dsReferenceTablesLaborCodes", assignedLaborCodes);
ReportViewer.LocalReport.DataSources.Add(rds);
ReportViewer.LocalReport.ReportPath = Server.MapPath("ReferenceTablesLaborCodes.rdlc");
ReportViewer.LocalReport.Refresh();

Everything works in my sandbox environment (which is my PC), but when trying to run the website after a publish, keep getting the following error:  'Could not find file 'C:\inetpub\wwwroot\HelpDesk\Reports\ReferenceTablesLaborCodes.rdlc'

If I go the directory:  C:\inetpub\wwwroot\HelpDesk\Reports\ on the server, I notice that the folder does not contain the *.rdlc file, which is causing the error.

I would appreciate any help to solve this issue.

Thanks in advance for any help.

SSRS Local mode report

$
0
0

I have designed a SSRS report using VS 2008 BIDS studio. I want to embed that report in asp.net application.

It works fine for me locally but it give error on live environment

The definition of the report 'rptName.rdl' is invalid.

Please let know what was causing this issue

Base Chart Off Functions

Added Column to a dataset (xsd) not avaialable in (rdlc) VS 2010

$
0
0

I just added a column to a dataset (xsd).

I would like to use the new column in the report (rdlc) but it is not available as one of the selections from the dropdown list of columns. I have read that I can drag and drop the column from the dataset... but that does not work.

Would appreciate assistance....

Thank you!

Report Viewer Please help

$
0
0

Server Error in '/OutboundDatabase' Application.

Compilation Error

Description:An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0433: The type 'Microsoft.Reporting.WebForms.ReportViewer' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll'

Source Error:

Line 14:
Line 15: </div> Line 16: <rsweb:ReportViewer ID="ReportViewerOB" runat="server" ShowPrintButton="true" Height="768px" Width="1024px" ShowBackButton="True"> Line 17: </rsweb:ReportViewer> Line 18: </form>

Source File: d:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx    Line: 16


<div class=expandable onclick="OnToggleTOCLevel1('compilerOutputDiv')">Show Detailed Compiler Output:</div><div id=compilerOutputDiv style="DISPLAY: none">
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v3.5\csc.exe" /t:library /utf8output /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.Common\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.Common.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WinForms\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WinForms.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\assembly\dl3\db24a24d\a6fa05cf_cb80c901\TargetCorp.AP3.OutboundDatabase.BusinessObjects.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WinForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WinForms.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\assembly\dl3\7ff6b012\00a834bf_4294c701\Microsoft.Practices.EnterpriseLibrary.Data.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\assembly\dl3\17a5a20b\00eef7e2_4294c701\Microsoft.Practices.EnterpriseLibrary.Common.DLL" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Word\11.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\App_WebReferences.up6ppiz-.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\assembly\dl3\1742df45\0009f185_889cc701\Microsoft.Practices.ObjectBuilder.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data.OracleClient\2.0.0.0__b77a5c561934e089\System.Data.OracleClient.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Data.DataSetExtensions\3.5.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.ProcessingObjectModel\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.ProcessingObjectModel.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.Common\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.Common.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\assembly\dl3\3e022e97\588fdccf_cb80c901\TargetCorp.AP3.OutboundDatabase.DataAccess.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC\ADODB\7.0.3300.0__b03f5f7f11d50a3a\ADODB.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.DirectoryServices\2.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Management\2.0.0.0__b03f5f7f11d50a3a\System.Management.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\assembly\dl3\8f17d377\928212d1_cb80c901\TargetCorp.AP3.OutboundDatabase.BusinessLogic.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration.Install\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\App_Web_ejuxp1jc.dll" /D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699;1701 /warnaserror-  "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\App_Web_ejuxp1jc.0.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\App_Web_ejuxp1jc.1.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\App_Web_ejuxp1jc.2.cs"


Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.1
for Microsoft (R) .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.

d:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx(16,52): error CS0433: The type 'Microsoft.Reporting.WebForms.ReportViewer' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll'
c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll: (Location of symbol related to previous error)
c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll: (Location of symbol related to previous error)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\outbounddatabase\4f74d5e8\b78dafc5\App_Web_ejuxp1jc.0.cs(213,54): error CS0433: The type 'Microsoft.Reporting.WebForms.ReportViewer' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll'
c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll: (Location of symbol related to previous error)
c:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\8.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll: (Location of symbol related to previous error)
</div>


 

<div class=expandable onclick="OnToggleTOCLevel1('dynamicCodeDiv')">Show Complete Compilation Source:</div><div id=dynamicCodeDiv style="DISPLAY: none">
Line 1:    #pragma checksum "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "ADF60CA6E7618A30151E9F39C088A55A"
Line 2:    //------------------------------------------------------------------------------
Line 3:    // <auto-generated>
Line 4:    //     This code was generated by a tool.
Line 5:    //     Runtime Version:2.0.50727.3053
Line 6:    //
Line 7:    //     Changes to this file may cause incorrect behavior and will be lost if
Line 8:    //     the code is regenerated.
Line 9:    // </auto-generated>
Line 10:   //------------------------------------------------------------------------------
Line 11:   
Line 12:   
Line 13:   
Line 14:   public partial class OBRptVw : System.Web.SessionState.IRequiresSessionState {
Line 15:       
Line 16:       
Line 17:       #line 16 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 18:       protected global::Microsoft.Reporting.WebForms.ReportViewer ReportViewerOB;
Line 19:       
Line 20:       #line default
Line 21:       #line hidden
Line 22:       
Line 23:       
Line 24:       #line 12 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 25:       protected global::System.Web.UI.HtmlControls.HtmlForm form1;
Line 26:       
Line 27:       #line default
Line 28:       #line hidden
Line 29:       
Line 30:       protected System.Web.Profile.DefaultProfile Profile {
Line 31:           get {
Line 32:               return ((System.Web.Profile.DefaultProfile)(this.Context.Profile));
Line 33:           }
Line 34:       }
Line 35:       
Line 36:       protected System.Web.HttpApplication ApplicationInstance {
Line 37:           get {
Line 38:               return ((System.Web.HttpApplication)(this.Context.ApplicationInstance));
Line 39:           }
Line 40:       }
Line 41:   }
Line 42:   namespace ASP {
Line 43:       
Line 44:       #line 266 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 45:       using System.Web.Profile;
Line 46:       
Line 47:       #line default
Line 48:       #line hidden
Line 49:       
Line 50:       #line 261 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 51:       using System.Text.RegularExpressions;
Line 52:       
Line 53:       #line default
Line 54:       #line hidden
Line 55:       
Line 56:       #line 263 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 57:       using System.Web.Caching;
Line 58:       
Line 59:       #line default
Line 60:       #line hidden
Line 61:       
Line 62:       #line 259 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 63:       using System.Configuration;
Line 64:       
Line 65:       #line default
Line 66:       #line hidden
Line 67:       
Line 68:       #line 265 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 69:       using System.Web.Security;
Line 70:       
Line 71:       #line default
Line 72:       #line hidden
Line 73:       
Line 74:       #line 270 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 75:       using System.Web.UI.HtmlControls;
Line 76:       
Line 77:       #line default
Line 78:       #line hidden
Line 79:       
Line 80:       #line 262 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 81:       using System.Web;
Line 82:       
Line 83:       #line default
Line 84:       #line hidden
Line 85:       
Line 86:       #line 268 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 87:       using System.Web.UI.WebControls;
Line 88:       
Line 89:       #line default
Line 90:       #line hidden
Line 91:       
Line 92:       #line 267 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 93:       using System.Web.UI;
Line 94:       
Line 95:       #line default
Line 96:       #line hidden
Line 97:       
Line 98:       #line 257 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 99:       using System.Collections;
Line 100:      
Line 101:      #line default
Line 102:      #line hidden
Line 103:      
Line 104:      #line 256 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 105:      using System;
Line 106:      
Line 107:      #line default
Line 108:      #line hidden
Line 109:      
Line 110:      #line 258 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 111:      using System.Collections.Specialized;
Line 112:      
Line 113:      #line default
Line 114:      #line hidden
Line 115:      
Line 116:      #line 269 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 117:      using System.Web.UI.WebControls.WebParts;
Line 118:      
Line 119:      #line default
Line 120:      #line hidden
Line 121:      
Line 122:      #line 264 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 123:      using System.Web.SessionState;
Line 124:      
Line 125:      #line default
Line 126:      #line hidden
Line 127:      
Line 128:      #line 260 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
Line 129:      using System.Text;
Line 130:      
Line 131:      #line default
Line 132:      #line hidden
Line 133:      
Line 134:      #line 3 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 135:      using Microsoft.Reporting.WebForms;
Line 136:      
Line 137:      #line default
Line 138:      #line hidden
Line 139:      
Line 140:      
Line 141:      [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 142:      public class obrptvw_aspx : global::OBRptVw, System.Web.IHttpHandler {
Line 143:          
Line 144:          private static bool @__initialized;
Line 145:          
Line 146:          private static object @__fileDependencies;
Line 147:          
Line 148:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 149:          public obrptvw_aspx() {
Line 150:              string[] dependencies;
Line 151:              
Line 152:              #line 912304 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx.cs"
Line 153:              ((global::System.Web.UI.Page)(this)).AppRelativeVirtualPath = "~/OBRptVw.aspx";
Line 154:              
Line 155:              #line default
Line 156:              #line hidden
Line 157:              if ((global::ASP.obrptvw_aspx.@__initialized == false)) {
Line 158:                  dependencies = new string[2];
Line 159:                  dependencies[0] = "~/OBRptVw.aspx";
Line 160:                  dependencies[1] = "~/OBRptVw.aspx.cs";
Line 161:                  global::ASP.obrptvw_aspx.@__fileDependencies = this.GetWrappedFileDependencies(dependencies);
Line 162:                  global::ASP.obrptvw_aspx.@__initialized = true;
Line 163:              }
Line 164:              this.Server.ScriptTimeout = 30000000;
Line 165:          }
Line 166:          
Line 167:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 168:          private global::System.Web.UI.HtmlControls.HtmlTitle @__BuildControl__control3() {
Line 169:              global::System.Web.UI.HtmlControls.HtmlTitle @__ctrl;
Line 170:              
Line 171:              #line 9 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 172:              @__ctrl = new global::System.Web.UI.HtmlControls.HtmlTitle();
Line 173:              
Line 174:              #line default
Line 175:              #line hidden
Line 176:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
Line 177:              
Line 178:              #line 9 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 179:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("Outbound Database"));
Line 180:              
Line 181:              #line default
Line 182:              #line hidden
Line 183:              return @__ctrl;
Line 184:          }
Line 185:          
Line 186:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 187:          private global::System.Web.UI.HtmlControls.HtmlHead @__BuildControl__control2() {
Line 188:              global::System.Web.UI.HtmlControls.HtmlHead @__ctrl;
Line 189:              
Line 190:              #line 8 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 191:              @__ctrl = new global::System.Web.UI.HtmlControls.HtmlHead("head");
Line 192:              
Line 193:              #line default
Line 194:              #line hidden
Line 195:              global::System.Web.UI.HtmlControls.HtmlTitle @__ctrl1;
Line 196:              
Line 197:              #line 8 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 198:              @__ctrl1 = this.@__BuildControl__control3();
Line 199:              
Line 200:              #line default
Line 201:              #line hidden
Line 202:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
Line 203:              
Line 204:              #line 8 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 205:              @__parser.AddParsedSubObject(@__ctrl1);
Line 206:              
Line 207:              #line default
Line 208:              #line hidden
Line 209:              return @__ctrl;
Line 210:          }
Line 211:          
Line 212:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 213:          private global::Microsoft.Reporting.WebForms.ReportViewer @__BuildControlReportViewerOB() {
Line 214:              global::Microsoft.Reporting.WebForms.ReportViewer @__ctrl;
Line 215:              
Line 216:              #line 16 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 217:              @__ctrl = new global::Microsoft.Reporting.WebForms.ReportViewer();
Line 218:              
Line 219:              #line default
Line 220:              #line hidden
Line 221:              this.ReportViewerOB = @__ctrl;
Line 222:              @__ctrl.ApplyStyleSheetSkin(this);
Line 223:              
Line 224:              #line 16 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 225:              @__ctrl.ID = "ReportViewerOB";
Line 226:              
Line 227:              #line default
Line 228:              #line hidden
Line 229:              
Line 230:              #line 16 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 231:              @__ctrl.ShowPrintButton = true;
Line 232:              
Line 233:              #line default
Line 234:              #line hidden
Line 235:              
Line 236:              #line 16 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 237:              @__ctrl.Height = new System.Web.UI.WebControls.Unit(768, System.Web.UI.WebControls.UnitType.Pixel);
Line 238:              
Line 239:              #line default
Line 240:              #line hidden
Line 241:              
Line 242:              #line 16 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 243:              @__ctrl.Width = new System.Web.UI.WebControls.Unit(1024, System.Web.UI.WebControls.UnitType.Pixel);
Line 244:              
Line 245:              #line default
Line 246:              #line hidden
Line 247:              
Line 248:              #line 16 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 249:              @__ctrl.ShowBackButton = true;
Line 250:              
Line 251:              #line default
Line 252:              #line hidden
Line 253:              return @__ctrl;
Line 254:          }
Line 255:          
Line 256:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 257:          private global::System.Web.UI.HtmlControls.HtmlForm @__BuildControlform1() {
Line 258:              global::System.Web.UI.HtmlControls.HtmlForm @__ctrl;
Line 259:              
Line 260:              #line 12 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 261:              @__ctrl = new global::System.Web.UI.HtmlControls.HtmlForm();
Line 262:              
Line 263:              #line default
Line 264:              #line hidden
Line 265:              this.form1 = @__ctrl;
Line 266:              
Line 267:              #line 12 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 268:              @__ctrl.ID = "form1";
Line 269:              
Line 270:              #line default
Line 271:              #line hidden
Line 272:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
Line 273:              
Line 274:              #line 12 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 275:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    <div>\r\n    \r\n    </div>\r\n    "));
Line 276:              
Line 277:              #line default
Line 278:              #line hidden
Line 279:              global::Microsoft.Reporting.WebForms.ReportViewer @__ctrl1;
Line 280:              
Line 281:              #line 12 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 282:              @__ctrl1 = this.@__BuildControlReportViewerOB();
Line 283:              
Line 284:              #line default
Line 285:              #line hidden
Line 286:              
Line 287:              #line 12 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 288:              @__parser.AddParsedSubObject(@__ctrl1);
Line 289:              
Line 290:              #line default
Line 291:              #line hidden
Line 292:              
Line 293:              #line 12 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 294:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    "));
Line 295:              
Line 296:              #line default
Line 297:              #line hidden
Line 298:              return @__ctrl;
Line 299:          }
Line 300:          
Line 301:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 302:          private void @__BuildControlTree(obrptvw_aspx @__ctrl) {
Line 303:              
Line 304:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 305:              @__ctrl.EnableViewStateMac = false;
Line 306:              
Line 307:              #line default
Line 308:              #line hidden
Line 309:              
Line 310:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 311:              @__ctrl.EnableEventValidation = false;
Line 312:              
Line 313:              #line default
Line 314:              #line hidden
Line 315:              
Line 316:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 317:              @__ctrl.ViewStateEncryptionMode = System.Web.UI.ViewStateEncryptionMode.Never;
Line 318:              
Line 319:              #line default
Line 320:              #line hidden
Line 321:              
Line 322:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 323:              this.InitializeCulture();
Line 324:              
Line 325:              #line default
Line 326:              #line hidden
Line 327:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
Line 328:              
Line 329:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 330:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3" +
Line 331:                          ".org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1" +
Line 332:                          "999/xhtml\">\r\n"));
Line 333:              
Line 334:              #line default
Line 335:              #line hidden
Line 336:              global::System.Web.UI.HtmlControls.HtmlHead @__ctrl1;
Line 337:              
Line 338:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 339:              @__ctrl1 = this.@__BuildControl__control2();
Line 340:              
Line 341:              #line default
Line 342:              #line hidden
Line 343:              
Line 344:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 345:              @__parser.AddParsedSubObject(@__ctrl1);
Line 346:              
Line 347:              #line default
Line 348:              #line hidden
Line 349:              
Line 350:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 351:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n<body>\r\n    "));
Line 352:              
Line 353:              #line default
Line 354:              #line hidden
Line 355:              global::System.Web.UI.HtmlControls.HtmlForm @__ctrl2;
Line 356:              
Line 357:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 358:              @__ctrl2 = this.@__BuildControlform1();
Line 359:              
Line 360:              #line default
Line 361:              #line hidden
Line 362:              
Line 363:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 364:              @__parser.AddParsedSubObject(@__ctrl2);
Line 365:              
Line 366:              #line default
Line 367:              #line hidden
Line 368:              
Line 369:              #line 1 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx"
Line 370:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n</body>\r\n</html>\r\n"));
Line 371:              
Line 372:              #line default
Line 373:              #line hidden
Line 374:          }
Line 375:          
Line 376:          
Line 377:          #line 912304 "D:\inetpub\Websites\AcctsPayCIS\OutboundDatabase\OBRptVw.aspx.cs"
Line 378:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 379:          protected override void FrameworkInitialize() {
Line 380:              base.FrameworkInitialize();
Line 381:              this.@__BuildControlTree(this);
Line 382:              this.AddWrappedFileDependencies(global::ASP.obrptvw_aspx.@__fileDependencies);
Line 383:          }
Line 384:          
Line 385:          #line default
Line 386:          #line hidden
Line 387:          
Line 388:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 389:          public override int GetTypeHashCode() {
Line 390:              return -1462349134;
Line 391:          }
Line 392:          
Line 393:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 394:          public override void ProcessRequest(System.Web.HttpContext context) {
Line 395:              base.ProcessRequest(context);
Line 396:          }
Line 397:      }
Line 398:  }
Line 399:  
</div>

<script type=text/javascript> function OnToggleTOCLevel1(level2ID) { var elemLevel2 = document.getElementById(level2ID); if (elemLevel2.style.display == 'none') { elemLevel2.style.display = ''; } else { elemLevel2.style.display = 'none'; } } </script>


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

Browser history in ReportViewer with Async drillthrough?

$
0
0

I have an ASP.NET Website with a ReportViewer Control on it, using the Microsoft.ReportViewer.WebForms.dll v11. 

I have the properties set so that the report does ASYNC calls using AJAX, which conforms our requirements.

When I open a report and change the default filtervalues, press "view report", it works perfectly. I can do a drillthrough and everything is fine. However, when I use the browser-back, the filter/parameter values are set todefaults again (I read the application is stateless, which is probably good), in stead of thelast used values that I changed them to, via some postback. I've searched for many many days and hours, and I'm still unable to find a way to get the job done.

Is there some example somewhere or can someone help me to reach this goal? To sum up:

  1. Load a Report
  2. Changefilter values
  3. View Report
  4. Drillthrough
  5. Browser-back
  6. => Expect changed values, not defaults. IE and preferably Chrome.

As a sidenote, I was considering using the ScriptManager browserhistory functionality and fully implementing historypoints etc., until I realised there is also history for the expand items in a report which seems rather undoable.

I would greatly appreciate any help on this.


Reference Specific Instance in Seperate Tablix

$
0
0

I have Tablix2 and Tablix3 which holds the value [data] and [TotalCount] and returns values similar to this (Tablix3 holds seperate results just same set-up)

Data ---- TotalCount

FireHose   14

Dalmation  11

MereKat 22

Jacket 10

Helmet 14

I need to use Tablix1 to also show the TotalCount for Dalmation.  in one textbox, and show the value for Jacket in another.  I am unable to just write a query to do this as I need Tablix1 to show data from Tablix2 and Tablix3.  Is there a lookup function or a Find function that I can use to pull this data to Tablix1?

Report Not Updating / Refreshing

$
0
0

We have a .aspx page using the Report Viewer control.  The user selects an item from the dropdown list, and the event is fired to get the data, then display the data in the defined report.  The first time I select an item, it works great.  Every subsequent selection, the data is grabbed correctly, I see the page refresh, but the report still shows the first item i selected, it is not refreshed or updated.  Here is my code (what I find odd, is this is how I do it on another .aspx page and it works great.  In fact, the code was a cut / paste and only changed the ReportDataSource and ReportPath.  Not sure why it isn't working on this page.  But on every selection, I can see that the fundCodes value have been updated and reflect the right data to display, just that the Report isn't updated on the web-page

//---------------------------------------------------------------------------------
//  Get Fund Code Data
//---------------------------------------------------------------------------------
fundCodes = FundCode.GetFundCodeAccountBalance(accountID);
//---------------------------------------------------------------------------------
//  Set Report
//---------------------------------------------------------------------------------
ReportDataSource rds = new ReportDataSource("dsAccountingViewIndividualAccount", fundCodes);
ReportViewer.LocalReport.DataSources.Add(rds);
ReportViewer.LocalReport.ReportPath = Server.MapPath("~/Reports/AccountingViewIndividualAccount.rdlc");
ReportParameter rp = new ReportParameter("rpAccountName", accountName);
ReportViewer.LocalReport.SetParameters(new ReportParameter[] { rp });
ReportViewer.LocalReport.Refresh();

Dsiplay HTML Table in ReportViewer

$
0
0

In reportviewer I need to display HTML formatted text, but the problem is  text rendered in HTML table is displayed on a single line in Placeholder. Can I display HTML table inside reportviewer.

Thanks,

Bala

SSRS Deployment to Production(Expecting a simple step by step help....:D :P :))

$
0
0

HI,

My application is in Dot Net(Asp.Net).Framework 4.0.I am using Sql Server 2008 R2..I need to do my reporting using SSRS...I have configured the Sql Server Reporting Services..and created the Report..using SSRS in local host..

I need to know what are the steps involved in CHanging the TargetUrl to production server URL...We are using a shared server(Net4.in).

I have browsed a lot..and found many threads regarding the same...Even after reading a couple f those I havent understood how to change the url yet..

Someone please help me....With simple step by step procedures..I am new to SSRS...

Visual Studio 2012 dataset not working after addind Datatable in Dataset.xsd

$
0
0

Hi All,

I encounter a very very weird error which i do not face in Visual Studio 2010.

All the SQL result return in dataset format has 0 row even if it should return record after adding table to DataSet.xsd.

Below is my code which should return me a row but after adding a datable to Dataset.xsd it returns me 0 records.

protectedvoidPage_Load(object sender,EventArgs e){DataSet dsUser =newDataSet();Int32  icount;

        dsUser =SearchUser("ELIM","","","","ALL","ALL");
        icount = dsUser.Tables[0].Rows.Count;}privateDataSetSearchUser(String vstrNTAcc,String vstrEmpNo,String vstrName,String vstrRole,String vstrStatus,String vstrCertApprv){DataSet dsUser =newDataSet();String oradb ="";

        oradb =ConfigurationManager.AppSettings["BARWEBConnString"].ToString();OracleConnection oconn =newOracleConnection(oradb);try{
            vstrNTAcc = vstrNTAcc.ToUpper();
            vstrEmpNo = vstrEmpNo.ToUpper();
            vstrName = vstrName.ToUpper();
            vstrRole = vstrRole.ToUpper();
            vstrStatus = vstrStatus.ToUpper();if(vstrNTAcc ==""){
                vstrNTAcc ="%";}if(vstrEmpNo ==""){
                vstrEmpNo ="%";}if(vstrName ==""){
                vstrName ="%";}if(vstrRole =="ALL"){
                vstrRole ="%";}else{
                vstrRole ="%"+ vstrRole +'%';}if(vstrStatus =="ALL"){
                vstrStatus ="%";}if(vstrCertApprv =="ALL"){
                vstrCertApprv ="%";}OracleCommand ocmd =newOracleCommand();
            oconn.Open();
            ocmd.Connection= oconn;
            ocmd.CommandType=CommandType.StoredProcedure;
            ocmd.CommandText="BAR_WEB.S_COC_GET_USER";OracleParameterOPNTAcc=newOracleParameter();OPNTAcc.Direction=ParameterDirection.Input;OPNTAcc.Value= vstrNTAcc;
            ocmd.Parameters.Add(OPNTAcc);OracleParameterOPEmpNo=newOracleParameter();OPEmpNo.Direction=ParameterDirection.Input;OPEmpNo.Value= vstrEmpNo;
            ocmd.Parameters.Add(OPEmpNo);OracleParameterOPName=newOracleParameter();OPName.Direction=ParameterDirection.Input;OPName.Value= vstrName;
            ocmd.Parameters.Add(OPName);OracleParameterOPRole=newOracleParameter();OPRole.Direction=ParameterDirection.Input;OPRole.Value= vstrRole;
            ocmd.Parameters.Add(OPRole);OracleParameterOPCertApprv=newOracleParameter();OPCertApprv.Direction=ParameterDirection.Input;OPCertApprv.Value= vstrCertApprv;
            ocmd.Parameters.Add(OPCertApprv);OracleParameterOPStatus=newOracleParameter();OPStatus.Direction=ParameterDirection.Input;OPStatus.Value= vstrStatus;
            ocmd.Parameters.Add(OPStatus);OracleParameterOPRefCursor=newOracleParameter("OPRefCursor",OracleDbType.RefCursor);OPRefCursor.Direction=ParameterDirection.Output;
            ocmd.Parameters.Add(OPRefCursor);OracleDataAdapter da =newOracleDataAdapter(ocmd);
            da.Fill(dsUser);return dsUser;}catch(Exception ex){throw ex;}finally{
            oconn.Close();}}

Below is how i add the databale to the DAtaSet.xsd.This datatable is a very plain that i add only column to it without having any connection.

Is there any special configuration required for VS2012? I need the datatable inside Dataset.xsd because i want to use it in reportviewer.

Help Please!!

Report Viewer print Button missing from browser

$
0
0
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Visible="False" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="666px"><LocalReport ReportPath="Reports\Advance.rdlc"><DataSources><rsweb:ReportDataSource DataSourceId="SqlDataSource1" Name="DataSet1" /></DataSources></LocalReport></rsweb:ReportViewer><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConectionString %>" SelectCommand="AdvCertificate" SelectCommandType="StoredProcedure"><SelectParameters><asp:Parameter Name="AdvYear" Type="String" /><asp:Parameter Name="AdvCuo" Type="String" /><asp:Parameter Name="AdvCertificateId" Type="Int32" /></SelectParameters></asp:SqlDataSource>

hi, i have a report viewer, i can see the print icon in the report viewee in the design mode, but when i run that page in the browser, the print icon is missing from the report viewer, and i have set show print button to true,

it cannot be seen from firefox , IE n chrome

Why data source cannot be bounded to the textbox?

$
0
0

Hello,

I have a data source (stored procedure) for the table and I double checked and confirmed the sp returns the needed fields to be bounded to the table, why I still got errors like the following? How do I fix it? Thanks.

Error    1    The Value expression for the textbox ‘textbox38’ refers to the field ‘Workflow’.  Report item expressions can only refer to fields within the current data set scope or, if inside an aggregate, the specified data set scope.    C:\RXie\wwwroot\GSH\Reports\Report02WithParam.rdlc   1    


How to change ExportToExcel2007 to ExportToExcel2003 in SSRS

$
0
0

I have generated SSRS report using reportviewer in SQL server-2008,  If i export that report to Excel that will generate Microsoft Excel-2003 thats fine.

But now I upgraded the sql server to Sql server-2012, now i generating those reports , if i export that to Excel, It generating in Microsoft Excel-2007. But It should export to Excel-2003, How can i change that export from excel2007 to excel2003 for Sql server 2012 report viewer using SSRS?

Filter paramater drop-down list

$
0
0

Hi 

Is it possible to filter (search) in the build-in drop-down list for a paramater ?

I have a select parameter (multi-select) with a lot of items in it and I would like to filter or search in it based on the user input.

Thank you !

RDLC Multi-Value Input Parameters

$
0
0

Using the following query for my dataset: 

select

gu.id, gu.first_name, gu.last_name, a.activity_date, sum(a.hours)
fromglobal.users gu
leftouterjoin activity a on a.user_id = gu.id
groupby gu.id, gu.first_name, gu.last_name, a.activity_date
having (a.activity_date between :START_DATE and :END_DATE) and (gu.id IN (:USER_ID_LIST))
orderby gu.last_name, gu.first_name, a.activity_date

Visual Studio creates the following XML for the parameters: 

<Parameters><Parameter AllowDbNull="False" AutogeneratedName="START_DATE" ColumnName="ACTIVITY_DATE" DataSourceName="PROJECT.ACTIVITY" DataTypeServer="DATE(7)" DbType="DateTime" Direction="Input" ParameterName="START_DATE" Precision="0" ProviderType="DateTime" Scale="0" Size="7" SourceColumn="ACTIVITY_DATE" SourceColumnNullMapping="False" SourceVersion="Current"></Parameter><Parameter AllowDbNull="False" AutogeneratedName="END_DATE" ColumnName="ACTIVITY_DATE" DataSourceName="PROJECT.ACTIVITY" DataTypeServer="DATE(7)" DbType="DateTime" Direction="Input" ParameterName="END_DATE" Precision="0" ProviderType="DateTime" Scale="0" Size="7" SourceColumn="ACTIVITY_DATE" SourceColumnNullMapping="False" SourceVersion="Current"></Parameter><Parameter AllowDbNull="False" AutogeneratedName="USER_ID_LIST" ColumnName="" DataSourceName="" DataTypeServer="unknown" DbType="Decimal" Direction="Input" ParameterName="USER_ID_LIST" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="False" SourceVersion="Current"></Parameter></Parameters>

 In the page load for my web page I assign the default values:

empHoursObjectDataSource.SelectParameters.Item(

"USER_ID_LIST").DefaultValue ="1"
empHoursObjectDataSource.SelectParameters.Item("START_DATE").DefaultValue = _firstDayOfMonth
empHoursObjectDataSource.SelectParameters.Item(
"END_DATE").DefaultValue = _lastDayOfMonth

The USER_ID_LIST is the issue.  A single-value "1", works just fine. However when I try to include
several values for USER_ID_LIST like this:

empHoursObjectDataSource.SelectParameters.Item("USER_ID_LIST").DefaultValue ="1,26"

I get the following error message:

An error has occurred during report processing.

  • 1,26 is not a valid value for Decimal.
  • Input string was not in a correct format.
  • How do I send multiple values to the parameter for the "IN" clause?

  • RDLC Display TextBox within Body on Last Page Only

    $
    0
    0

    Hi,

    I have a table with a group footer.  In the footer i have a textbox.  I only want to display this on the last page.

    I tried =IIF(Globals!PageNumber=Globals!TotalPages, False, True).  The problem is it doesn't let me use this within the body, only in the header or footer.

    Is there anyway, i can display this textbox only on the last page?

    Thanks in advance

    how to export report data with greater than 32767 characters in excel

    $
    0
    0

    Hi All,

    I am working on a RDLC report and i am facing a problem, when i am viewing the report data in reportviewer, i am able to see all the data but when i am exporting the report in EXCEL format the columns giving error having data grater than 32767 characters. Can somebody tell me the solution for that?

    Also there is a way of the above problem in SSRS (RDL report) where i can check for the export format like:

    Globals!RenderFormat.Name = "EXCEL",LEFT(Fields!Message.Value,32767),Fields!Message.Value

    But this is not working in the RDLC report.

    Viewing all 1418 articles
    Browse latest View live


    <script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>