New Pivoting module
eXpand says hi to its new Pivoting module. Show In Analysis action similar to show in reports (see also Devexpress example ) All Pivot control settings can be controled at runtime using the Pivot Settings action see for example the Pivot Options View settings view ModelArtifacteState module has been used to create a Show In Analysis , Pivot Settings Permissions that can be applied to the Roles you want . [ NonPersistent ] public class ShowInAnalysisPermission : ControllerStateRulePermission { public override string ControllerType { get { return typeof ( ShowInAnalysisViewController ).FullName; } set { base .ControllerType = value ; }
Διαβάστε περισσότερα »