List & Label .NET
combit.Reporting.Web.WebReportDesigner.Server Namespace / UploadFileContext Class
Properties

In This Topic
    UploadFileContext Class Members
    In This Topic

    The following tables list the members exposed by UploadFileContext.

    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 combit.Reporting.Web.WebReportDesigner.Server.ProvideInformationReadOnlyBase)
    Public PropertyGets a custom string that can be set via the <ll-webreportdesigner clientData="..."> attribute for the external embedded web component, such as when integrating the Web Report Designer in external frameworks (e.g., React or Angular). It can also be set with the ClientData property when using the MVC helper method. This property allows passing arbitrary client-specific data from the frontend to the server-side context of the Web Report Designer. Typical use cases include passing an authentication key (authKey) or specifying the List & Label language directly from the frontend instead of the backend. The value can be set in the JavaScript integration code, for example: // React example <ll-webreportdesigner clientData="myCustomValue" ... /> // Angular example <ll-webreportdesigner [clientData]="myCustomValue" ...></ll-webreportdesigner> (Inherited from combit.Reporting.Web.WebReportDesigner.Server.ProvideInformationReadOnlyBase)
    Public PropertyList of files that are being uploaded to the server.  
    Public PropertyCurrent instance id. (Inherited from combit.Reporting.Web.WebReportDesigner.Server.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 combit.Reporting.Web.WebReportDesigner.Server.ProvideInformationReadOnlyBase)
    Public PropertyRepositoryId of the current opened project. Could be empty if no project is opened. (Inherited from combit.Reporting.Web.WebReportDesigner.Server.ProvideInformationReadOnlyBase)
    Public PropertyA custom object that was assigned in Options and its WebReportDesignerSessionOptions.ServerData property in WebReportDesignerController.OnProvideWebReportDesignerSessionOptions. This property is intended for server-side use and allows passing arbitrary data from the session options to the server context. (Inherited from combit.Reporting.Web.WebReportDesigner.Server.ProvideInformationReadOnlyBase)
    Public PropertyReturns the directory for temporary files that are generated while the Web Report Designer is running. (Inherited from combit.Reporting.Web.WebReportDesigner.Server.ProvideInformationReadOnlyBase)
    Public PropertyShould upload the file to repository or not.  
    Top
    See Also