report desiner programming(code tab)+get report data soure

Stimulsoft Reports.WPF discussion
Post Reply
smaill
Posts: 5
Joined: Mon Jul 27, 2015 10:12 am

report desiner programming(code tab)+get report data soure

Post by smaill »

hello,
how to get report data source and write same this code ?

publlic void remain(ReportDataSourceType DataSource){
for(int i=0;i<DataSourceRowCount;i++)
{

int h=DataSource[RowID].Col1;//this is pseudocode

}
}
please help me.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: report desiner programming(code tab)+get report data sou

Post by HighAley »

Hello.

Could you describe your issue more detailed and send this description with your report template to support@stimulsoft.com.
Also we need information about the version that you use.

Thank you.
smaill
Posts: 5
Joined: Mon Jul 27, 2015 10:12 am

Re: report desiner programming(code tab)+get report data sou

Post by smaill »

hello,
ok.thanks
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Re: report desiner programming(code tab)+get report data sou

Post by Andrew »

Thank you. Waiting for this.
Post Reply