hi
i wnana use stiDesignerControl.and i want to contol it;
actully in this case i want to show dictionary tab and let user's to drag some items from dataset but don't let them to add a new datasource or a new category or columns.he just can see fileds(columns) and drag it to report.
how to control some items in stiDesignerControl?
how to control some items in stiDesignerControl?
why people say the hourse is a noble animal
and the pigeon is nice
and why there are not a vulture in any body`s cage.
You have to wash your eyes.
you shoud see the world in a diffrent way.
"sohrab sepehri"
and the pigeon is nice
and why there are not a vulture in any body`s cage.
You have to wash your eyes.
you shoud see the world in a diffrent way.
"sohrab sepehri"
how to control some items in stiDesignerControl?
Hello,
You can use the following restrictions:
for example
Thank you.
You can use the following restrictions:
Code: Select all
StiReport.Dictionary.Restrictions.Add(string name, StyDataType dataType, StiRestrictionTypes type)
Code: Select all
StiReport.Dictionary.Restrictions.Add("Category", StiDataType.DataSource, StiRestrictionTypes.DenyEdit);