ssrs-2008

Use Explicit Worksheet Names when an SSRS 08 RDL Renders in Excel

主宰稳场 提交于 2019-12-25 01:59:52
问题 My SQL Reporting Service 2008 .rdl file contains a subreport within a rectangle with a forced page-break before it. When it renders in Excel it defines a page break as a worksheet break so it creates the subreport content in a separate worksheet of the Excel Workbook .xls file. How can I name each worksheet? I do not want them to be Sheet1 and Sheet2. 回答1: You can set the "PageName" property on an object e.g. a rectangle http://blogs.msdn.com/b/robertbruckner/archive/2010/05/16/report-design

how to associate two fields

余生长醉 提交于 2019-12-25 01:55:52
问题 I have a report that looks like this: As you can see there's the yellow/orange bracket. I believe that I need the bracket to cover both fields like this: Because there's a 1:1 relationship between the two fields, and I want them to be displayed like this: Field1 Field2 Field1 Field2 How can I associate them together like this? Currently it's reporting this way: Field1 Field1 Field1 Field2 Field2 Field2 回答1: I would do this potentially as it may be simpler than getting into something already

To use a data region in a list, the list must have group expressions?

天大地大妈咪最大 提交于 2019-12-25 01:43:53
问题 Q: I'm trying to control the visibility of the report sections.So I use a List.Each list will contain : A text box as a title for this section. A Table for the data. If the Table has no rows ,I will hide the list. After assigning the data source name to the list and to the table. and trying to run. I get the following error. The table ‘.....’ is in a list that has no group expressions defined for it. To use a data region in a list, the list must have group expressions. How to fix this problem

zoom in SSRS 2008 R2 MAP during Runtime

假如想象 提交于 2019-12-25 01:36:24
问题 how can you display Zoom value in a textbox in SSRS report page? my code is like this: <ReportSection> <Body> <ReportItems> <Map Name="Map2"> <MapViewport> <MapCustomView> <CenterX>34.6386680603027</CenterX> <CenterY>42.2658576965332</CenterY> <Zoom>229.739669799805</Zoom> </MapCustomView> </MapViewport> </Map> </ReportItems> </Body> </ReportSection> 回答1: Replace: <Zoom>229.739669799805</Zoom> with: <Zoom>=Parameters!Zoom.Value</Zoom> 来源: https://stackoverflow.com/questions/6830380/zoom-in

Sharepoint 2010/SSRS 2008R2 Security Hole

你离开我真会死。 提交于 2019-12-24 21:15:28
问题 We are using a Sharepoint Implementation for a customer portal. We are giving each client a site where they will have access to reports. We are using the same library of reports, each report takes a parameter that is a unique identifier for the client. The issue we are running into is that as long as you can authenticate to the system you can view the source on the page that has the report and by doing some googling you can figure out how to put together a query string to pull a report. By

Cannot read the next data row for the dataset 'Dataset3',Conversion Failed when converting varchar value to datatype int

会有一股神秘感。 提交于 2019-12-24 21:11:10
问题 I am running a report with 3 parameters. The second parameter gets populated according to the value selected in the First parameter and the third parameter gets populated according to the second. I can select multiple values in 2nd and 3rd parameter. When I select 2 values in the second parameter the third one get populated and when I do SELECT ALL even then it works . But when I select 3 or more values it throws an error. An error has during local reporting Cannot read the next data row for

SSRS - Is it possible to have detail rows under a parent row

半城伤御伤魂 提交于 2019-12-24 14:34:54
问题 I have a report that currently lists data of a parent and its the details on the same row. So lets say the columns of the parent group take up the first three columns and the details the next three. Currently the first three columns span the height of the combined details rows. So if there are three detail rows the first three columns are one row that spans the height of these three columns. This is how I initially wanted it. Now what I would like to do is list the first row of the parent

SSRS how to trigger subscription when new data is loaded to database

最后都变了- 提交于 2019-12-24 14:28:07
问题 I have created a data driven subsciption for a report. The subscription gets data from a table in Oracle database. (query: select * from Mytable) What I want to do is to subscript reports by event(by schedule works already). For example, when new rows are inserted in the table in Oracle, this will trigger subscription and generate new reports. How do i approach this? Thanks! 回答1: I can think of a few approaches. With some extra database design, you could set a flag in the table for rows that

Function equivalent to SUM() for multiplication in SQL Reporting

二次信任 提交于 2019-12-24 14:16:33
问题 I'm looking for a function or solution to the following: For the chart in SQL Reporting i need to multiply values from a Column A. For summation i would use =SUM(COLUMN_A) for the chart. But what can i use for multiplication - i was not able to find a solution so far? Currently i am calculating the value of the stacked column as following: =ROUND(SUM(Fields!Value_Is.Value)/SUM(Fields!StartValue.Value),3) Instead of SUM i need something to multiply the values. Something like that: =ROUND

Can not edit rdl report (2005 defination) in Vs 2008

杀马特。学长 韩版系。学妹 提交于 2019-12-24 10:55:48
问题 I have a rdl report with 2005 defination, If I try to edit in VS2008 or Report Builder 2.0 I get an error like below ; Have any idea, how I can edit this report without harm it. Thanks Sefer > Deserialization failed: The element 'Field' in namespace > 'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition' > has invalid child element 'TypeName' in namespace > 'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition'. > List of possible elements expected: