Page 1 of 1
Get bounded Column name from stiText field
Posted: Wed Jan 04, 2017 9:18 am
by SujeetSingh1984
I ama using C# code to find attached column name or Datatype of bounded column with Text Field.
Re: Get bounded Column name from stiText field
Posted: Wed Jan 04, 2017 2:18 pm
by HighAley
Hello.
Sorry, maybe we don't understand you right.
Could you describe your issue more detailed?
Thank you.
Re: Get bounded Column name from stiText field
Posted: Thu Jan 05, 2017 4:27 am
by SujeetSingh1984
I have dropped Text1 control in report. And bounded column <DataSource>.<ColumnName> of datatype DateTime
Through C# i can see Text1.Text property = {DataSource.ColumnName}
I want to know the datatype of column bounded to Text1. Is there any property to know the datatype of bounded column.
Re: Get bounded Column name from stiText field
Posted: Thu Jan 05, 2017 4:02 pm
by HighAley
Hello.
You could get the type with the next expression:
Thank you.