Questions tagged [rdl]

Report Definition Language (RDL) is a standard proposed by Microsoft for defining reports.

Report Definition Language (RDL) is a standard proposed by Microsoft for defining reports.

SQL Server RDL Specification

SQL Server 2005 Report Definition Language Documentation
SQL Server 2008 Report Definition Language Documentation
SQL Server 2008 R2 Report Definition Language Documentation
SQL Server 2012 Report Definition Language Documentation

489 questions
-1
votes
1 answer

username and password asking while accessing http://servername/reports in ssrs 2014

I am using SQL server 2014.In RDL reports,when I am accessing http://servername/reports it asks a username and password. Where I get this username and password.. Or how can I skip this step?
sarath
  • 314
  • 6
  • 15
-1
votes
1 answer

How to perform data manipulation in report?

I need to subtract 2 values from one to get the resultant in my report. How to get this. Subtract [Sum(X)] and [Sum(Y)] from AB_Total Kindly sort this out
Kavr
  • 17
  • 10
-1
votes
1 answer

ssrs hide column group based on input parameter SQL Server 2008 R2

I am building a report in SQL Server 2008 R2 using Report builder 3.0. I have a column group Called committee which has values Committee1, Committee2, Committee3. Column Group committee expands into three columns Person, Contact, Company. Input to…
-1
votes
2 answers

How do i find the location of a page break in SSRS in RDL source?

I have a report with a page break in it that I want to remove, but I don't know where the break is being added. It could be on a table, a group, or I don't know where else. I checked the tablix properties and group properties for each portion of…
FistOfFury
  • 6,735
  • 7
  • 49
  • 57
-1
votes
1 answer

Are there any third party components to render RDL reports in an ASP.NET web application

I would like to hear from anybody who knows any 3rd party components that can consume a RDL file and produce a HTML rendering. The rendering should happen without any dependency on Reporting Services being installed on the back end. I know of…
sdg
  • 69
  • 6
-1
votes
3 answers

Resizing .rdl report inside ReportViewer control in ASP.NET

My .rdl report has columns of a fixed size and in preview mode of bi dev studio it looks ok. When viewed in ReportViewer control on asp.net site it shrinks. How can I make it always fill the size of the reportViewer control?
agnieszka
  • 14,897
  • 30
  • 95
  • 113
-2
votes
1 answer

Recommended tool to generate RDL report files that integrates well with .NET

I'm looking for recommended tools and your experience with them for generating and viewing RDL (reporting definition language) files that can integrate well with a .NET application. These are tools I've found so far. If you've worked with them and…
JustBeingHelpful
  • 18,332
  • 38
  • 160
  • 245
-2
votes
1 answer

RDL (Report Definition Language) how can i generate 2 tables after one automatically

I'd like to generate 2 tables in RDL Version 4. I generate 2 tables in c# and i add these tables to an another table. these tables must be after the other table. I'd like that the tables come after the others. But a table doesn't have "cangrow"…
-2
votes
1 answer

How to get a dataset within RDL report file to decrypt and rebind to it?

Few of data columns coming in my report are encrypted, I want to get dataset/datatable from rdl file at runtime to decrypt the records and rebind it to report? I am using reportviewer on Asp.net page. Is it possible?
Naveen
  • 1
  • 1
1 2 3
32
33