Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

disable export and data feed on SSRS tool bar

$
0
0
Using SSRS 2008 standard Edition.
I am trying to disable the data feed and export icons on the SSRS toolbar, as I do not want any one to be able to export/download my report data.

I have my HTMLViewer.css set as follows:
[code]
.ToolbarExport
{
display: none
}
.ToolbarPrint
{
display: none
}

.ToolbarAtomDataFeed
{
display: none
}

[/code]

The rsreportserver.config has the following:
[code]
<Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="false"/>

[/code]

I still see both the icons active when I load my report.

What else do I need to do?

Is there another way I can disable them?

Thank You.

How to Barcode?

$
0
0
Hello, everyone.
Has anyone ever needed to add barcoding to their reports for SQL Server 2005 Reporting Services?

I tried Barcode Professional from neodynamic. And it works fine when I develop in visual studio (I can click preview and the report shows barcodes). But when I try to upload the barcode-made  repot to the server (through web-interface) - I get this error:

Code Snippet

Error while loading code module: ‘Neodynamic.ReportingServices.Barcode, Version=5.0.2000.0, Culture=neutral, PublicKeyToken=c6b33c3093a0d4cd’. Details: Could not load file or assembly 'Neodynamic.ReportingServices.Barcode, Version=5.0.2000.0, Culture=neutral, PublicKeyToken=c6b33c3093a0d4cd' or one of its dependencies. The system cannot find the file specified. (rsErrorLoadingCodeModule) Get Online Help

Error in class instance declaration for class Neodynamic.ReportingServices.Barcode: [BC30002] Type 'Neodynamic.ReportingServices.Barcode' is not defined. (rsCompilerErrorInClassInstanceDeclaration) Get Online Help
There is an error on line 6 of custom code: [BC30451] Name 'Neodynamic' is not declared. (rsCompilerErrorInCode) Get Online Help



I think I have to install this somewhere on the server but I am not sure where.

Did anyone use this barcode product or have experience with any other products they can recommend?
Thank you very much,

Can Powerpivot reports be converted to SSRS reports?

$
0
0

Can someone who has the same experience advise?


Kind Regards, J

SubTotals in SSRS

$
0
0

Hi,

I have got requirement to generate a report with subtotals.

Anyone please help me in finding subtotals for only two records.

I have table with two columns

Col1 Col2

servicefare50

tax20

vat30

busfare200

Now i need to find the subtotal for only two rows vat and busfare..

Please help me to do this...

Thanks in advance....

SSRS 2005 matrix query - Two levels of dynamic column group, but blanks in first level??

$
0
0

Hi all

My matrix in SSRS 2005 presents itself when I run the report as follows:

                                            Jan 2013                        Feb 2013                            Mar 2013
                                           Materials       Labour        Materials         Labour          Materials        Labour
Item 1                                 100               25              1524               236              258               354
Item 2                                 564               5408           870                84                55                 5485
Item 3                                 8405             848             8704              80                5405              84


Is there any way to make it display as follows:

                                            Jan 2013     Jan 2013     Feb 2013         Feb 2013       Mar 2013       Mar 2013
                                           Materials       Labour        Materials         Labour          Materials        Labour
Item 1                                 100               25              1524               236              258               354
Item 2                                 564               5408           870                84                55                 5485
Item 3                                 8405             848             8704              80                5405              84


I have been trying to fiddle with the report for ages but cannot figure this out. My matrix is set up as follows:


                                       Period     (ColumnGroup1)            Total
                                       CostType (ColumnGroup2)
Item (RowGroup1             Amount

Can anyone help with this please?
Many thanks
Naz

MDX Dynamic Code on execute

$
0
0

Hey

I have an SSRS report , 3 options (Parameters the user selects on runtime, non multi value) , based on

Option 1 (Default) -- Result set returns based on the Activation date period 

Option 2               -- Result set returns based on the Bound date period

Option 3               -- Result set returns based on the Fulfillment date period

What I want to do is

If the User Selects Option 1 the MDX query will run based on the Activation date period , Option 2 based on the Bound date period etc (only one option allowed at a given time)

What is the best approach to take, I am thinking the IIF Statement;

So

IIF (@Parameter =1 , [Date].[ActivationDate]),

IIF (@Parameter =2 , [Date].[BoundDate])

IIF (@Parameter =3 , [Date].[FullfillmentDate])

Any advice, thanks :)

Help with default date expression filter - four weeks in the future

$
0
0

Hi,

I have a report that I want the "start date" and "end date" parameters to default to the current date and four weeks out respectively.

Any help is appreciated.

Thanks


Francis, MCTS: BI 2008, MCITP: BI 2008 Stay Thirsty My Friends

SSRS 2012 / Reports With Charts / Generic Error in GDI +

$
0
0

I'm running a Windows 2012 Server virtual machine with SSRS 2012 installed.  I develop SSRS reports which include charts in Visual Studio 2012 using BIDS 2012.  When previewing the reports locally, the charts appear without issue.  I then deployed my reports to my SSRS 2012 server and the charts do not appear and are replaced by the image placeholder (indicating a missing image).


After perusing the SSRS log files, I found this exception:


ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: A generic error occurred in GDI+. ---> System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
   at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
   at System.Drawing.Image.Save(Stream stream, ImageFormat format)
   at Microsoft.Reporting.Chart.WebForms.Chart.Save(Stream imageStream, ChartImageFormat format)
   at Microsoft.ReportingServices.OnDemandReportRendering.ChartMapper.GetImage(ImageType imageType)
   --- End of inner exception stack trace ---;


I've done some searching regarding the above exception and I haven't found a solution nor do I have a clear idea of why the exception is thrown.  I've found a handful of possibilities:

1. gdiplus.dll (Graphic Display Interface) needs to be updated

I've ensured that my server is up-to-date with the latest and greatest. gdiplus.dll on my server is currently version 6.2.9200.16518.  This doesn't seem to apply to my situation.

2. Ensure write permissions on the "folder to which SSRS caches the charts"

Well, firstly, I have not found a single article on the net as to where this folder is; however, I tested this locally on the server while logged in as Administrator with full privileges.  This doesn't seem to apply to my situation either.

3. SQL Server 2012 Cumulative Update Package 1

Apparently a similar issue was addressed in this package, and I've confirmed that my server was equipped with SQL Server 2012 Service Pack 1 (which is newer than Cumulative Update Package 1.  Again, this doesn't seem to apply to my situation.

I hypothesize that this issue is related to a display driver (or lack thereof) with regard to my server being a Virtual Machine.  Has anyone experienced this issue or can confirm that charts will not render when hosted on a Windows Server 2012 Virtual Machine running SSRS 2012?


Edit

In a last ditch effort, I stumbled upon an article which indicates that there is a newer version of gdiplus.dll.  My server is currently 6.2.9200.16518 and according to the NET, the latest version is 6.2.9200.20655.  MSDN article 2823372 contains a hotfix which seems to include this latest version.  I'll report back with my findings once installed.


Edit

Updated gdiplus.dll from version 6.2.9200.16518 to 6.2.9200.20655 by downloading hotfix from Microsoft Download Center (search for KB2823372) then restarted server and now charts are successfully rendering.


Date Ranges - How to get results that include a certain month?

$
0
0

A contract is active between 1/1/2013 (fromdate) and 6/30/13 (todate).  There are thousands of these contracts in our database, each with different to and from dates.  I am trying to figure out the "where" that will pull any contracts that had March as an active month (it could be 1 day or 2 weeks of that month - doesn't matter).

SELECT *

FROM Table

WHERE fromdate >= 2013-03-01 AND todate <= 2013-03-31

The above only seems to get me contracts that start in March (and I also have table joins, more where stuff, etc - if that needs to be included, let me know).  Can anyone help me correct this so I get any and all contracts that include March somewhere within the dates?  It seems so simple but yet I feel so lost on this.  Again, not looking for a specific date, looking for a month where a contract was "active" if you will.

Thoughts?

Transaction date should only be the date selected in the parameter

$
0
0

In my SSRS report I want to display the data of selected date only. How do I set my Transadate parameter so that it will display only the selected date data.

Reports columns are : Tranasaction date, Cust_First Name, Cust_Last Name, payment_amt etc.

Report parameter : Transaction_date (date/time) calender

For examaple: There are some data on different dates like 4/16/2013, 4/22/2013, 4/29/2013, 5/02/2013,5/04/2013, 5/07/2013 and if I choose 5/02/2013 from my Trans_Date Parameter then in report it should only shows the data of the  transaction date 5/02/2013, while the rest of date should not be displayed.

Please help ASAP.

fixed number of detail rows

$
0
0

Hi all,

I have "shipment form" that I need to replicate in reporting services - see image.

FYI, there is more header info below the "shipment details" section...

My issue, is fixing the number of detail lines, my data can have between 1 and 5 detail lines & I would like to use a table rather than lists / textboxes etc.

Is there any way I can fix the detail lines lines to 5 i.e. i need the shipment detail section to be the same size - regardless of the number of rows.

I think one solution is do it in the query (return empty detail columns when they don't exist) - but I'm guessing there is a correct way to do it in the report.

Any assistance greatly appreciated.

Thanks in advance.

Reporting services in three tier SharePoint 2013 environment

$
0
0

Hi,

I am trying to integrate SQL Server 2012SP1 Reporting Services in a three tier SharePoint 2013 environment, but it seems it is not succesful.

The setup is as following:

SRV1: SQL Server with content, config,... and the Reporting Service databases.

SRV2: SharePoint 2013 Application server & Central Administration

SRV3: SharePoint Web Front with SharePoint sites

All application pools are started with domain accounts on SRV2 & 3

When opening the Central Administration site, the Reporting Services Service Application and its Proxy is created and configured. On SRV2 the Application exists in the application pool in IIS, but it does not appear in the SRV3. Should it be created manualluy?

In Central Administration, when opening the site settings the Reporting Services section is created, but when opening the Site Settings for the root site the section shows variables:

$Resources:ReportServerResources,ReportServerSiteSettingsGroupTitle;
$Resources:ReportServerResources,ScheduleList;
$Resources:ReportServerResources,SiteLevelSettings;
$Resources:ReportServerResources,ManageSiteDataAlerts;

I believe i need some help here.

Thanks in advance.

Best regards,

J

Help Needed on Reporting Service - Indent Issue

$
0
0

Hi,

In reporting service, it actually stated that it can support "text indent" functionality, however, when i created the document with indent text, when i view in reporting service, it doesn't work as how it should be. May i know whether anyone encountered this issue before? Any advice/ suggestion would be greatly appreciated.

Please find below with the html tag for Indent:

When preview in reporting service, the html for indent is not functioning:

Thanks.

Regards,

Sam

Barcode Fonts

$
0
0
I'm using SSRS 2005 and need to include a barcode onto a series of reports. Is there a default that I am missing that is included with SSRS or do you have a suggested package that I should download for creating the labels?
Chris

Print two different page footer for two different table that print on separate page

$
0
0

Hi,

I have a report that contains two tables (Table 1 contains 25 columns), table 2 contains 20 columns, so in total I have 45 columns. In my report, Table 1 prints on page 1 and Table 2 Prints on Page 2 so I put a page break in between tables. On table 1, I have a footnote and the footnote is added in the page footer, on Table 2 I also have a footnote. These footnotes are different from each other so I added both footnotes into the page footer. Footnote1 is on textbox then added the textbox into Rectangle control Footnote2 I added in textbox and into different rectable control.

I want to print the Footnote1 only when Table 1 is printed and Print Footnote 2 when Table 2 is printed.

So the output should be:

Page 1

Print Table 1

Print Footnote 1 on the page footer

Page 2

Print Table 2

Print Footnote 2 on the page footer

..... and so fort and so on ....

Page 3

Print Table 1....

Print Footnote 1 on the page footer

Page 4

Print Table 2

Print Footnote 2 on the page footer

Any help is highly appreciated...

Thanks in advance


How to add a page break between columns

$
0
0

I have a report that has 50 columns, I would like to print the first 25 columns on the first page and next 25 columns on the second page.  So for the next succeeding record like record 2, it would start on a new page...

My report looks like this:

Col 1 Description : Datatfield1

Col 2 Description : Datafield2

(for sample purposes just skip to col 25)

Col 25 Description: Datafield25 (this is where I want to add a page break so that the col 26 will be printed on another page)

Col 26 Description: Datafield26

When I added Column Group exp like this  =Int((RowNumber(Nothing)-1)/1)  (I want to have page break in every record), when I preview the report I got this error below

Error 2 [rsInvalidTablixCellColSpan] The tablix 'table1' has an invalid TablixCell. The TablixCell of the TablixCell is invalid. The TablixCell
cannot span columns under TablixMembers in the TablixColumnHierarchy that are not static siblings, and the spanned cells must all exist under the same dynamic
TablixMember in the TablixColumnHierarchy, if one exists.

Repeating Values on axis (SSRS Chart)

$
0
0

Hi ,

     i have repeating values on axis .i am not sure sure how to get rid of this problem.i did workaround like changing interval property expression to iif(max(count(Fileld))<4,1,0) but it didn't help.i have attached  image file for reference .

Report viewer control - zoom displaces the content and export to word has no proper data in it.

$
0
0

Hi All,

Firstly, Report viewer control zoom option displaces the report data when zoom percent is more than 100.

Secondly, Exported word file does not have proper data.

Thirdly, Export to pdf breaks the columns and shifts them to next page.

Any ideas on these? please share.

Thanks,

Sachin

Chart with Data table

$
0
0

Hi

I need to recreate this type of chart into SSRS, however each number is a seperate SUM following images.

I can make up the tablix as per the following screen shot, 1-23am columns, how can i get each bar to represent this in the tablix, thanks

This is the Tablix


David

SSRS Report Error

$
0
0

Hello All,

I have deployed SSSR report on Sharepoint PPS 2010.

It looks good through my/users login. However it throw below error on perticular machine Only.

I have added this Business intelligence site as a trusted site.

I cann't rectified what is exact issue. Please help me on same. OR suggest me how to enable Error Log.


Viewing all 10045 articles
Browse latest View live


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