ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / DocumentStatus Class
Fields

In This Topic
    DocumentStatus Class Members
    In This Topic

    The following tables list the members exposed by DocumentStatus.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldIndices of pages that changed since the last GetDocumentStatus call (calls are tracked via the cookie field).  
    Public FieldCookie data that generated by C1Report service.  
    Public FieldDate created.  
    Public FieldUnique key identifying a cached document.  
    Public FieldIf an error occurred on the server, contains the error description. Normally should be null.  
    Public FieldExport formats available for current document. The list is a sequence of pairs: export format description/default extension for that format.

    The description should uniquely identify the format within the list.

    The extension must be lowercase and should not include the dot (e.g. "pdf").

    This member contains data only when the document is not generating (isGenerating is false).

     
    Public FieldDefault page width in pixels for Zoom 100% and 96 DPI.  
    Public FieldIndicates whether current report is generating and report information is not available.  
    Public FieldReport name  
    Public FieldTotal page count.  
    Public FieldArray of intervals of pages with the same size. The intervals are guaranteed to be sorted by page indices, and to cover all pages from 0 to pageCount.  
    Public FieldIf report is generating, gets the approximate percent of work complete, from 0 to 100.  
    Public FieldThe array of REQUIRED report parameters, filled in by the server. May be null, BUT IF this is non-null on return from server, the client must use this info to fill the param name/param value list, and pass it to the server in order to generate the document.  
    Public FieldThe current report generating state (ready, pages are being added, or pages are being updated).  
    Public FieldView type (page images or HTML).  
    Public FieldDefault page width in pixels for Zoom 100% and 96 DPI.  
    Top
    See Also