Hi,
I want to know what columns i used in report.
But they deployee to StiText or StiDataBand or Image or other Component.
But i don't find any method to get them.
Is there some better method??
please give me some idea.
thank you!!
How to know what columns used in report designer??
How to know what columns used in report designer??
Hello,
You can use the following code:
Thank you.
You can use the following code:
Code: Select all
Hashtable usedDS = Stimulsoft.Report.Dictionary.StiDataSourceHelper.GetUsedDataSourcesNames(StiReport);
Hashtable usedBO = Stimulsoft.Report.Dictionary.StiBusinessObjectHelper.GetUsedBusinessObjectsNames(StiReport);
How to know what columns used in report designer??
I'm sorry,i use the silverlight version report control.
but ,i can't find the method you give me.
is there any assembly exist the method??
or it will be the next viesion.
thank you!!
but ,i can't find the method you give me.
is there any assembly exist the method??
or it will be the next viesion.
thank you!!
How to know what columns used in report designer??
And i want to know the used columns in report, but all columns!!
How to know what columns used in report designer??
Hello,
These methods in the Silverlight Native mode will be available in the prerelease build on June, 08 2011.
Thank you.
These methods in the Silverlight Native mode will be available in the prerelease build on June, 08 2011.
Thank you.