reporting

Dynamics AX 2009 X++ Page Counter Query

£可爱£侵袭症+ 提交于 2019-12-12 04:36:35
问题 wondering how to carry out this requirement if at all possible. I am modifying the Customer Account Statement morphx report, and the user has requested that we have a Page of Page, i.e. Page 1 of 10, Page 2 of 10 etc etc... What we need is for the report to reset the total pages after it fetches a new customer. So Customer 00001 might have a 3 page statement, which would be "Page 1 of 3" "Page 2 of 3" and "Page 3 of 3". Customer 00002 might only have a page statement so it will be "Page 1 of

SRSS Expression to split strings excluding specific string

岁酱吖の 提交于 2019-12-12 03:23:25
问题 I have the following function (answered by someone on this forum in another question): Public Function mySplit(ByVal my_field As String) As String Dim result As String = "" If my_field is Nothing or my_field = "" Then Return result End If Dim TestArray() As String = my_field.Split(New Char() {" "c}) Dim word as String Dim counter as Integer = 0 For Each word In TestArray counter = counter +1 If counter = TestArray.Length Then result = result + word Else result = result + word + vbCrLf End if

Printing from a Telerik Silverlight report automatically

二次信任 提交于 2019-12-12 02:36:54
问题 I am trying to trigger a Telerik report to print once it has been rendered using either the native Silverlight printing ability or the integration with Adobe Acrobat. In my searches I have found this forum post - http://www.telerik.com/community/forums/reporting/telerik-reporting/reporting-parameters-first-time-not-applied-when-usenativeprinting-false.aspx Which seems to describe how to do it, but when I try this approach, using the ReportServiceClient RenderAndCacheCompleted event, I get a

SAP classical output report reassigning standard toolbar buttons/scrolling down a page

天涯浪子 提交于 2019-12-12 02:24:45
问题 I have an SAP classical output report that can have a variable number of pages and each page can have variable number of lines. I want to be able to scroll up or down a page at a time. The standard toolbar provides a button for this but this doesn't work as I'm not specifying how many lines to a page - it just scrolls down a few lines instead. Using SCROLL LIST FORWARD 1 PAGES INDEX 0. Achieves the required effect though. Is there any way to reassign the button on the standard toolbar to have

Email subscriptions to exchange groups

爷,独闯天下 提交于 2019-12-11 23:41:08
问题 I am attempting to set up a subscription on my report server that will send out an email to a outlook email group. However when I specify the group in the To: field on the report server I get the following email in response when the subscription is actually ran. Your message did not reach some or all of the intended recipients. Subject: Report was executed at 4/20/2011 9:39:02 AM Sent: 4/20/2011 9:39 AM The following recipient(s) cannot be reached Outlook Email Group on 4/20/2011 9:39 AM You

How to create report for Windows Store App?

☆樱花仙子☆ 提交于 2019-12-11 20:57:04
问题 I'm developing a LOB app targeted to windows store and I'd like to know what are the options to create custom reports for it. The user may want to, besides printing, export to PDF or CSV. I don't know which API there is for windows store apps. Googling didn't help much. If there isn't any tool to create the report, what would you guys suggest? Looking the PrintSample from Microsoft, it prints the content of a grid component. I doubt how to set the size of page in this case so I can format the

could not create a list of fields for the query [closed]

≯℡__Kan透↙ 提交于 2019-12-11 18:59:27
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago . I am clicking on REFRESH FIELDS for my query for a shared dataset, and getting this error: here's my query: Select p.AgeCodePL , p.BirthDate , p.CommunityIDY , p.Company , p.CreatedbyUser , p.DateCreated , p.DateExpired , p.DateUpdated , p.Department , p.EthnicityFK , p.FirstName

Generate Reports with dynamic content and styling

做~自己de王妃 提交于 2019-12-11 17:59:30
问题 This question was migrated from Stack Apps because it can be answered on Stack Overflow. Migrated 8 years ago . We are developing an application which also has to generate user-specific reports. We have some projects in JSP and some in C# WPF. Our current requirement is to generate reports from the JSP application. The template in these reports have different style attributes, such as: Having a Checkbox in the PDF generated Providing background color for a table cell Vertically oriented text

Binding data on ReportViewer

笑着哭i 提交于 2019-12-11 17:47:18
问题 I am developing a Report using ReportViewer with ASP.NET and C#. I'm binding data from a DataSource to a Tablix object using the .RDLC design view. Inside this Tablix, there's a field that must me filled with one field from de datasource OR another one depending of an expression. The expression in the field I am trying to use to achieve that is: =IIf(IsNothing(Fields!PREMIO_CALCULADO_1.Value), Fields!PREMIO_CALCULADO_1.Value,Fields!RECUPERACAO_CALCULADA_INI_1.Value) If the Field "PREMIO

How can I represent data in a WYSIWYG format without using Crystal Reports?

血红的双手。 提交于 2019-12-11 15:06:22
问题 I am searching a way to print data in tablesw with text and images, in a WYSIWYG, nice and good looking way. So far I have: header + images + web-like decorations + arabic labels & values + data in dataset (xml) + I need to give a way for buisness analysts to change the output layout. Crystal Report does all of this. But I don't like Crystal Reports. Is there a good print technology? Does anyone have any ideas for something to do: Dataset->xml->html with xslt? 回答1: Not sure about your