Dynamic Group in StiGroupHeaderBand
Dynamic Group in StiGroupHeaderBand
Hi, how i can pass a dynamic group to a StiGroupHeaderBand.Condition via application from a variable's dictionary??
Thanks..
Alejandro.
Thanks..
Alejandro.
Dynamic Group in StiGroupHeaderBand
You want use variable as group condition?
Thank you.
Thank you.
Dynamic Group in StiGroupHeaderBand
You can use following expression in group condition:
Thank you.
Code: Select all
{variable}
Dynamic Group in StiGroupHeaderBand
Better question.... How I can change dynamically the Data Column of the GroupHeader using a variable?
Thanks
Thanks
Dynamic Group in StiGroupHeaderBand
For example:
Thank you.
Code: Select all
{MyDataSource[myvariable]}
Dynamic Group in StiGroupHeaderBand
ok, work fine.
but if i want to group using two coluns.?
but if i want to group using two coluns.?
Dynamic Group in StiGroupHeaderBand
For example:
Thank you.
Code: Select all
{MyDataSource[myvariable]}.{MyDataSource2[myvariable2]}
Dynamic Group in StiGroupHeaderBand
Ok, thanks..
But if i want to create dynamic group like this...
in the report's event BeginRenderEvent put the following code:
GroupHeader1.Condition.Value = "{RecursosProdMO[col1]}.{RecursosProdMO[col2]}"; //here can create dynamic groups in the report
this line din't work.
Thanks
But if i want to create dynamic group like this...
in the report's event BeginRenderEvent put the following code:
GroupHeader1.Condition.Value = "{RecursosProdMO[col1]}.{RecursosProdMO[col2]}"; //here can create dynamic groups in the report
this line din't work.
Thanks
Dynamic Group in StiGroupHeaderBand
Is possible to create a dynamic group?
this line din't work.
//line int BeginRenderEvent event of the report
GroupHeader1.Condition.Value = "{RecursosProdMO[col1]}.{RecursosProdMO[col2]}"; //here can create dynamic groups in the report
this line din't work.
//line int BeginRenderEvent event of the report
GroupHeader1.Condition.Value = "{RecursosProdMO[col1]}.{RecursosProdMO[col2]}"; //here can create dynamic groups in the report