Access a Column into a table
Access a Column into a table
Hi everybody,
I have a question and I need your help,PLS :shame:
How can I access a column in a table?
Iwant to show or hide column in a table, when data source is database.
thanks in advance.
I have a question and I need your help,PLS :shame:
How can I access a column in a table?
Iwant to show or hide column in a table, when data source is database.
thanks in advance.
Access a Column into a table
Hello.
Thank you.
Please, try to use next code in the Begin Render event of the reportgalawij wrote:I have a question and I need your help,PLS :shame:
How can I access a column in a table?
Iwant to show or hide column in a table, when data source is database.
thanks in advance.
Code: Select all
this.Table1.DeleteColumns(firstColumn, lastColumn)
Access a Column into a table
Hi Aleksey Andreyanov,
Thanks very much ...
I Used This code in the Begin Render event of the report And Table,
Code:
this.Table1.DeleteColumns(0, 5)
But It Does not Work.:emb:
I am Using Stimulsoft Reports.Net 2011.3 Version.
PLS Help me...
Thanks very much ...
I Used This code in the Begin Render event of the report And Table,
Code:
this.Table1.DeleteColumns(0, 5)
But It Does not Work.:emb:
I am Using Stimulsoft Reports.Net 2011.3 Version.
PLS Help me...
Access a Column into a table
Hello.
Thank you.
Please, send us your report template with data for analysis.galawij wrote:Hi Aleksey Andreyanov,
Thanks very much ...
I Used This code in the Begin Render event of the report And Table,
Code:
this.Table1.DeleteColumns(0, 5)
But It Does not Work.:emb:
I am Using Stimulsoft Reports.Net 2011.3 Version.
PLS Help me...
Thank you.
Access a Column into a table
Ok,Thanks.
I send you report template and data.
I send you report template and data.
- Attachments
-
- 1641.DataBase.rar
- (111.86 KiB) Downloaded 188 times
-
- 1640.ExampleReport.mrt
- (11.47 KiB) Downloaded 186 times
Access a Column into a table
You couldn't delete all columns of the table.galawij wrote:Ok,Thanks.
I send you report template and data.
You could do it in the Click event on the Form or in the Begin Render event of the Report (not the Page).
Look at the attached report template.
Thank you.
- Attachments
-
- 1646.ExampleReport_modified.mrt
- (11.47 KiB) Downloaded 236 times
Access a Column into a table
Hello Aleksey Andreyanov.You couldn't delete all columns of the table.
You could do it in the Click event on the Form or in the Begin Render event of the Report (not the Page).
Look at the attached report template.
It Works Exactly,How I Meant.
So,I Thank you So Much.
Be Successful.
Access a Column into a table
Great!
Have a nice day!
Thank you.
Have a nice day!
Thank you.