Search found 9 matches

by Vamshi
Sat May 30, 2015 11:10 am
Forum: Stimulsoft Reports.UWP
Topic: Programatically assigning BackColor for TextBox
Replies: 11
Views: 25797

Re: Programatically assigning BackColor for TextBox

Hi,

These colors are getting from the UI when User selects color in color pallete.
No fixed amount of colors. Those are dynamic which can be less number of more number
by Vamshi
Sat May 30, 2015 9:16 am
Forum: Stimulsoft Reports.UWP
Topic: Unable to set PageNumber and TotalPageCount in the report
Replies: 3
Views: 13377

Unable to set PageNumber and TotalPageCount in the report

Hi, I am trying to show in page footer page number in all pages of my report. My requirement has to be shown on pages like , page 1 of 4, page 2 of 4, page 3 of 4, page 4 of 4 on respective pages. So I have placed a footer and placed a text box and bounded the system variables as Page {PageNumber} o...
by Vamshi
Thu May 28, 2015 3:04 pm
Forum: Stimulsoft Reports.UWP
Topic: Programatically assigning BackColor for TextBox
Replies: 11
Views: 25797

Re: Programatically assigning BackColor for TextBox

Hi Aleksey Andreyanov, Thanks for your Reply. The above given solution works fine if my textbox is outside the DataBand. But my textbox is inside the DataBand. So all TextBoxes inside the DataBand are filled with the last color in the collection. Also I have attached the generated pdf file for your ...
by Vamshi
Thu May 28, 2015 10:13 am
Forum: Stimulsoft Reports.UWP
Topic: exportService.ExportPdfAsync();throwing error for large file
Replies: 5
Views: 14186

Re: exportService.ExportPdfAsync();throwing error for large

Hi,
the sample project can not be sent.
Is it possible for you to share my screen ? So that you can help me on this way.

Thank you
by Vamshi
Thu May 28, 2015 10:11 am
Forum: Stimulsoft Reports.UWP
Topic: Programatically assigning BackColor for TextBox
Replies: 11
Views: 25797

Re: Programatically assigning BackColor for TextBox

Hi Aleksey Andreyanov, Thanks for your quick response. But I need help on the issue i.e. The color of the text is not based on the any condition, even though this conditions can be set at the time .mrt design face only while designing the report. But in my scenario, The background color of the text ...
by Vamshi
Wed May 27, 2015 1:09 pm
Forum: Stimulsoft Reports.UWP
Topic: Programatically assigning BackColor for TextBox
Replies: 11
Views: 25797

Re: Programatically assigning BackColor for TextBox

Hi Aleksey,
We had a requirement for changing the background color of the Textbox which is placed in a DataBand dynamically. The Color code values are available in the collection binded to the DataBand.

Kindly help me on this.
by Vamshi
Tue May 26, 2015 12:11 pm
Forum: Stimulsoft Reports.UWP
Topic: Programatically assigning BackColor for TextBox
Replies: 11
Views: 25797

Programatically assigning BackColor for TextBox

Hi,
Based on the collection values(color codes) TextBox back color has to be changed programmatically where as textbox has been placed in DataBand in the respective .mrt file.

Kindly help me on this.
by Vamshi
Mon May 25, 2015 3:43 pm
Forum: Stimulsoft Reports.UWP
Topic: exportService.ExportPdfAsync();throwing error for large file
Replies: 5
Views: 14186

Re: exportService.ExportPdfAsync();throwing error for large

Could you specify how large is your report? In one report the generated pages are 9 In another report the generated pages are 800 (these are generated from two different .mrt files). Do you use images or Rich Text components? No. The scenario : 1. In reportviewer , we are able to see the all generat...
by Vamshi
Mon May 25, 2015 12:23 pm
Forum: Stimulsoft Reports.UWP
Topic: exportService.ExportPdfAsync();throwing error for large file
Replies: 5
Views: 14186

exportService.ExportPdfAsync();throwing error for large file

Hi, I am calling the "exportService.ExportPdfAsync()" method with respective parameters to export the pdf file. However it is working fine for small reports , the same code snippet is not working for large size reports. The inner exception is always null. Exception Message : Index was outs...