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

SQL Report Server 2012 upload error

$
0
0

Hi There

I have 4 report RDL files that when i upload them using the sql report manager to the reporting server i get the error below:

Error while loading code module: ‘System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’. Details: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. (rsErrorLoadingCodeModule) Get Online HelpThere is an error on line 2 of custom code: [BC30456] 'HttpUtility' is not a member of 'Web'. (rsCompilerErrorInCode) Get Online Help 
 
 Can anyone please assist me with this problem

Thank You


Need Help in SSRS Reports

$
0
0

as report in the following manner

------------------------------------------------------------------------

StaffName   | StaffID   | Dept   | Salary   | Date |

-------------------------------------------------------------------------

xxxxxxxxx   | 123   | XX            | 10000  |12233

yyyyyyyy    |456    | jdf             | 50000  | 455875

but now requirement is changed to modify the report as

StaffName  |Staff Id  | Dept | Salary |Dept

xxxxxxxxx   | 123   | XX            | 10000  |12233

-----------------------------------------------------

StaffName  |Staff Id  | Dept | Salary |Dept

yyyyyyyy    |456    | jdf             | 50000  | 455875

this way 

for each and every employee details will be separated with the column headers .please give me suggestions to acheive this

Why DataSet not showing column names?

$
0
0

Hi All:

Anyone still working on Christmas eve like me?Smile

I created a dataset for a ASP.Net web report using ReportViewer using Visual Studio 2013. The dataset is created using a stored procedure which has several parameters. However, when the dataset is created, I noticed it doesn't show the column names I selected, I never saw this when I created other 8 or 9 datasets. I got the same problem when I tried to do column data binding for the report. Anyone could give me some tips or clues?

Thank you very much for help, Merry Chrismas and Happy New Year to you all!

 

Ben

 

Problem with reportviewer 11 in firefox

$
0
0

i have used reportviewer 11 in mvc3 application using aspx page and iframe.

ifame is nestd inside the jquery accordion ctrl.

it works fine in ie and chrome but when i try to open in firefox it is disable and show errror in firebug

the error is 

TypeError: cs is null

return cs.getPropertyValue('direction');
// Retrieve the cascaded direction attribute/style.
// The currentStyle property is supported by IE.
// Other browsers (Firefox, Safari) must use the
// getComputedStyle method.
if (element.currentStyle != null)
return element.currentStyle.direction;
else if (window.getComputedStyle != null)
{
var cs = window.getComputedStyle(element, null);
return cs.getPropertyValue('direction');
}
return 'ltr';
}

can any help me

</div>

Grouping and repeating table headers

$
0
0

Good Day!

I am using SSRS 2008 R2, Report Designer. I have one dataset that I am trying to use but here is my problem: The dataset has too many fieilds to fit across the page so I added a new table rows and moved some of the fields into it and created another table and it looks like so:

was like: column1   column2   column3   column4  column5  column6   column7

now like:

column1  column2  column3

              column4  column5

              column6  column7

now, the table headers for column 4 - 7 repeat for each record, which I want but columns 1-3 are only displayed on the first record. The grouping "looks" correct as I am getting the correct data.

Any help would be greatly appreciated. All i want is to have all the column headers repeat for each record.

thanks a bunch

ahbenshaut

How To Publish SSRS On Arvixe?

$
0
0

Hello everyone.

Anyone on here have success publishing an SSRS report on Arvixe?  I've opened a ticket with them and have an on going dialog with them but I still haven't been able to get an SSRS report published.  I would really super appreciate it if anyone on here with experience publishing an SSRS report on Arvixe can teach me step by step on how to do this.  Pleeeeasse.

Report Content Overlapping

$
0
0

I'm new to reporting services and having trouble getting a report to render correctly on my ASPX page.I'm using MS Report viewer 10 using with asp.net 4.0

other than IE & Firefox, in all browsers content is overlapping

Any suggestions appreciated!!

TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found

$
0
0

Ok, this is really frustrating...

* Using VS 2005 and an Oracle database.
1. Add a new "Report" to a reports folder in my website.
2. Click the Web Data Sources and add a new data source
3. Go through the wizard and enter my sql.  I choose only a GetData method.
4. Navigate back to the report designer, click the menu item Reports-Data Sources.
5. Add DataSet1_DataTable1 to the report.
6. Add a list control to the report design and relevant controls to be displayed.
7. Add a new web form to the reports folder and add the reportviewer control.
8. Click the smart tag for the reportviewer control and choose the report I just created.
9. The default ObjectDataSource1 is automatically added.
10. The TypeName property for ObjectDataSource1 is automatically assigned to "DataSet1TableAdapters.DataTable1TableAdapter".
11. Run the application.

Receive the following error:

 An error has occurred during report processing.

  • The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found.

  • Am i missing a step here?



  • Store procedure returns 8 rows but report shows only one result.

    $
    0
    0

    I have created a ssrs report, which have properly mapped with a stored procedure.

    I have checked the stored procedure it returns 8 rows.But If I run the report It shows the top 1 row only , but it shows the total records is 8 below the report.

    help me to solve it asap

    Microsoft Report Viwer rdlc with batches of records (large data)

    $
    0
    0

    HI All,

    I am using microsoft report viwer to display reports but i have more than 10 batches of records in my tables and my SP is excuting in 50 seconds. I am getting data to the datatable in 1 min but it is not rendering to report because of large data. to prevent this i got 2 approches

    1) drill down in the report but it is not usefull to me because in my sub report i have max 10 records only.
    2) Load on demand like getting only first 100 records and on page navigation getting the next interval records .

    Please suggest me the good approch to dispaly the report.

    If i need to go to second step how to implement? (how to get the page count and amount of records to fetch)(how to write where condition in sql and in which event we need to wrote code in c#).

    If i am getting the data interval wise then if he click on export excel/pdf then what i need to do how write our own code in the rdlc export?

    Please suggest me for better approch,

    Regards,

    ashok.

    Is there any way at all to obtain the page number and total pages outside of the header/footer

    $
    0
    0

    I'm sure this has been asked before but I need to know if I'm overlooking any possibilities.

    I have a 2012 report composed of multiple sub-reports.  For reasons too complicated to go into, I am not allowed to use conventional header/footers.

    Is there any way within each sub-report to obtain the current page number and the total number of pages in the overall report?  Most of the sub-reports have a fixed one page length.

    (For that matter, is there any way for a sub-report to call function code in the main report?)

    Dynamic Report Width

    $
    0
    0

    Hi

    I have report which has 2 pages. 1st page has customized item and 2nd page has only one table grid.

    1st page width will be 450pt and 2nd page width is 600.

    When I export to PDF only 2 pages should be created.

    If I give less value in Report Width property, it fits the 1st page in center then 2nd page is splitted into 2 pages and creating 3rd page.

    I need both pages center aligned and no more extra pages.

    Please suggest me a best way to achieve this.

    Regards
    Prabhu Palaniappan

    How to change the Excelsheet filename while Export a report to Excel in ssrs

    $
    0
    0

    Hi, I have generating many reports in SSRS, Now i need to add current time with the file name.

    For Ex:  Currently If I export the report to Excel the sheet saved with this name 'EducationReport' 

    But now I need to add current datetime with that filename like 'EducationReport_03_01_2014_22_15'

    How can i do this?

    Getting a count of records

    $
    0
    0

    Greetings!

    On my SQL report, I have a List and in that List I have three tables that display data. How does one go about getting a count of the total number of records? There is one record per list..

     

    thoughts?

    thanks

    Printing a SSRS Report using code

    $
    0
    0

    Hi,

    I'm using C# ASP.NET , and SSRS , on an intranet with ServerReport.  I want the user to click a button on the webform and then have the report automatically print (to open the print dialog box).   So
    many questions about how to do this, but no non worked for me. please do let me know if there is an easy way and to do this without any jScripts too.

    /Ushan


    Report Viewer - Paging Issue

    $
    0
    0

    I'm new to reporting services and having trouble getting a report to render correctly on my ASPX page.I'm using MS Report viewer 10 using with asp.net 4.0.

    other than Chrome, in all browsers paging is working fine. but while using chrome its continuous showing loading.hence no more response from report.

    Any help will be appreciated

    Dynamic Report Viewer - A data source instance has not been supplied for the data source

    $
    0
    0

    I am sure my problem is simply a misunderstanding of how this should work, but here is what I am trying to do.

    I created a folder in my project called /Reports.  Inside this folder, I am creating about 25 different report files (*.rdlc files), and each one of these .rdlc files has a datasource attached to it.  Next, I created a .aspx page with a dropdown and the user selects the report they want to view.  On the code-behind, I simply check for the value of the selected item, and call out to the report I want to display:

    ReportViewer1.LocalReport.ReportPath = Server.MapPath("/Reports/referenceTableAdviceCode.rdlc");

    My assumption was this is all that is needed, as the actual report (referenceTableAdviceCode.rdlc) has the datasource assigned to it, as I created the report (headers and data) based on the datasource.

    However:  when I go to my .aspx page and select the report, I keep getting the following error:  '

    • A data source instance has not been supplied for the data source 'ReferenceTableAdviceCodes'.
     

    If I try to create a new DataSource:

         report.LocalReport.DataSources.Add(new Microsoft.Reporting.WebForms.ReportDataSource("ReferenceTableAdviceCodes"));

    • I get the following error:  "An error has occurred during report processing.
    • Cannot create a data reader for dataset 'ReferenceTableAdviceCodes'."

    I am not sure how to get a different report to show depending upon the selection of the dropdown. 

     

    Reprots not display in browser

    $
    0
    0

    i try sql reporting services in visual studio 2008 using SQL server 2008 r2..

    when i deploy report then in browser it cannot show me any report here is the image

    how i display report?

    Setting Up SSRS On Server

    $
    0
    0

    Can someone walk a newbie through setting up SSRS on SQL Management Studio 2008?

    SSRS Question

    $
    0
    0

    I first created my data source and pointed it at the server that houses my data.  Then I try to create a new Data Source View but the avaliable objects that are displayed are not the table name that holds my data on that server.  Am I not understanding how this piece works, or am I settig up something incorrectly?  Please advise...

    EDIT

    And this was created in the SQL Server Business Intilligence Develpment Studio

    Viewing all 1418 articles
    Browse latest View live


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