report desiner programming(code tab)+get report data soure
Posted: Mon Jul 27, 2015 10:22 am
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.
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.