Stimulsoft Reports.Net
www.stimulsoft.com

Welcome Guest Search | Active Topics | Members | Log In | Register

Profile: so29
About
User Name: so29
Forum Rank: Member
Real Name:
Location
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Monday, November 02, 2009
Last Visit: Wednesday, August 18, 2010 4:05:17 PM
Number of Posts: 69
[0.48% of all post / 0.22 posts per day]
Avatar
Last 10 Posts
Topic: how to Sort calculated columns with coding
Posted: Wednesday, August 18, 2010 4:05:16 PM
Hello,
Thank you

Please note this
calculated column made in report page
Not in the application


May
About code guide
Code:

<Sort isList="true" count="2">
            <value>ASC</value>
            <value>{Customers.CustomerID2}</value>
          </Sort>



Thank you
Topic: how to Sort calculated columns with coding
Posted: Wednesday, August 18, 2010 2:40:43 PM
Aleksey wrote:

To make this code work, it is necessary to embed it before compilation, because data should be calculated by calculated columns.


Hello,
I am using the Begin event rendering
Unfortunately will not work correctly

Tire

Please Give more explanation

Thank you.
Topic: how to Sort calculated columns with coding
Posted: Wednesday, August 18, 2010 9:24:23 AM
Jan wrote:


Please use following format:

Code:
<Sort isList="true" count="2">
            <value>ASC</value>
            <value>{Customers.CustomerID2}</value>
          </Sort>


.


Hello,

Please tell where and how this code should I use Dumb

Thank you
Topic: how to Sort calculated columns with coding
Posted: Tuesday, August 17, 2010 3:30:33 PM
Aleksey wrote:
Hello,

You can use the following code in Begin Render events of report:
Code:
DataBand1.Sort = new string[2]
{
"ASC",
"ColumnName"
};


Thank you.


Hello

I've used the same code
But this code does not sort calculated column

Thank you

Topic: how to Sort calculated columns with coding
Posted: Tuesday, August 17, 2010 10:14:32 AM
Hello

Where to use
begin render Event ?
Please Give more explanation

Thank you.
Topic: how to Sort calculated columns with coding
Posted: Monday, August 16, 2010 7:34:27 PM
Hello
How can sort the calculated column ؟

DataBand1.Sort = new string[2]
{
"ASC",
"Name"
};

I use the above code
I can sort the columns
But no calculated column
Beat brick

Please guide me
Thank you

Topic: Ambiguous match found
Posted: Thursday, July 01, 2010 9:38:57 AM
Quote:
Please use latest versions of Stimulsoft Reports on VS2010.


hi
I've changed
VS2008
and
STI 2007.1

But when the report runs to error
ERROR :Ambiguous match found.

But the problem still exists Beat brick

Really tired Red eye

Please guide me Dumb
Topic: Ambiguous match found
Posted: Tuesday, June 29, 2010 9:14:46 PM
Hello

I'm using the
VS2010
STI 2007.1
But when the report runs to error
ERROR :Ambiguous match found.
Please guide me
Topic: Exception has been thrown by the target of an invocation
Posted: Tuesday, June 29, 2010 4:54:44 PM
Hello

I'm using the
VS2010
STI 2009.1.323
But when the report runs to error
ERROR : Exception has been thrown by the target of an invocation.
Please guide me
Topic: Retrieve Columns with Parameterized Query
Posted: Monday, June 28, 2010 3:24:18 PM
hi

Quote:
Yes, it is true that 'Version: 2009.3.501 from 14 September 2009' did not work because this prerelease build was issued before the patch was ready.
The prerelease build from 28 of September


Where do I download this file؟؟

I do not find it here
http://stimulsoft.com/ReportsNetDownloads.aspx

Please guide me

Thank you

Main Forum Rss Feed : RSS

Powered by Yet Another Forum.net version 1.0.1 - 2/27/2006
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.032 seconds.