sqlSelectCommand1
.CommandText = "Exec GetStorsPayroll " + _storeid.ToString() + " , '" + strtdte.ToString() + "' , '" + enddte.AddDays(1).ToString() + "'";
sqlSelectCommand1.Connection = sqlConnection1;
sqlDataAdapter1.SelectCommand = sqlSelectCommand1;
this.DataSource = sqlDataAdapter1;
which returns the data in order of last name then first name. But when the report is displayed it is shows the data in order of the empID group. Is there a way to correct this?
Is the chart fully customable (Style)? We are now using Dundas Chart with custom colors.
Which DPI settings is used for the export of charts and images to PDF?
I haven't found any DeveInfo settings for that.
Which DPI for charts?
Are for images the DPI settings of the images used?
Will be with the next release a possibility to add context sensitive data to the PageHeader, like a section title? (see http://www.telerik.com/community/forums/thread/b311D-ttkkg.aspx)
Is this release still due for mid of this month?
Thanks
Eric