combit List & Label 29 - .NET Help
combit.Reporting.Web.WebReportDesigner.Server Namespace / ProvideProhibitedActionsContext Class
Properties

In This Topic
    ProvideProhibitedActionsContext Class Members
    In This Topic

    The following tables list the members exposed by ProvideProhibitedActionsContext.

    Public Properties
     NameDescription
    Public PropertyReturns the interval for creating backups while a project is being edited in the Web Report Designer. Values less than 0 disable this feature. Minimum interval is 30 seconds. (Inherited from combit.Reporting.Web.WebReportDesigner.Server.ProvideInformationReadOnlyBase)
    Public PropertyReturns the directory for backup files that are generated while the Web Report Designer is running. (Inherited from ProvideInformationReadOnlyBase)
    Public PropertyA custom string that is assigned to the given customData-Property in the Web Report Designer control. (Inherited from ProvideInformationReadOnlyBase)
    Public PropertyA custom object that was assigned in ProvideWebReportDesignerSessionOptionsContext.Options and its WebReportDesignerSessionOptions.CustomData property in WebReportDesignerController.OnProvideWebReportDesignerSessionOptions. (Inherited from ProvideInformationReadOnlyBase)
    Public PropertyCurrent instance id. (Inherited from ProvideInformationReadOnlyBase)
    Public PropertyReturns the logger of the Web Report Designer instance as defined in WebReportDesignerSessionOptions.SetLogger. It is recommended to pass this logger to the combit.Reporting.ListLabel.ListLabel Constructor(ILlLogger) constructor in your event handler. (Inherited from ProvideInformationReadOnlyBase)
    Public PropertyThis property returns the current user prohibitions and allows to add (see ProhibitedActions.Add or remove (see ProhibitedActions.Remove) a WebReportDesignerAction.  
    Public PropertyRepositoryId of the current opened project. Could be empty if no project is opened. (Inherited from ProvideInformationReadOnlyBase)
    Public PropertyReturns the directory for temporary files that are generated while the Web Report Designer is running. (Inherited from ProvideInformationReadOnlyBase)
    Public PropertyCurrent IPrincipal.  
    Top
    See Also