Classes

  Class Description
Public class AvailableReportTools
Available report tools enumeration.
Public class C1ImagePage
Represents client side class for image view page.
Public class C1PageBase
Base client class for all type of the report pages.
Public class C1ReportViewer
Represents a C1Report on client side.
Public class C1ReportViewerStatus
C1ReportViewer status.
Public class C1ReportWebServiceWorker
C1Report WebService worker class.
Public class CallbackAnswerHandler
Public class CallbackHandler
Callback Handler.
Public class ConnectionStatus
Connection Status.
Public class DocumentOutline
DocumentOutline data class.
Public class DocumentStatus
CommonReport Information.
Public class GeneratingState
Enumerates possible report states.
Public class GetDocumentOutlineHandler
GetDocumentOutline delegate definition.
Public class GetDocumentStatusHandler
GetDocumentStatus delegate definition.
Public class GetPageImagesMarkupHandler
GetPageImagesMarkup delegate definition.
Public class HyperlinkEntry
Describes a hyperlink on a page of a document.
Public class ImageViewerWorker
ImageViewer Worker.
Public class OnAjaxCompleteHandler
Public class OnAjaxErrorHandler
Public class OnAjaxSendHandler
Public class OutlineEntry
OutlineEntry data class.
Public class PageImageMarkup
PageImageMarkup data class.
Public class PageImagesMarkup
PageImagesMarkup data class.
Public class PageRangeSizeInfo
PageSetSize.
Public class PrintRangeSubset
Print Range Subset.
Public class ReportParameterInfo
Info that is used to build a UI needed to input a report parameter.
Public class ReportParameterSingleValue
Represents a single value of a parameter, together with that value's label. The label may be used to represent the parameter in the UI. E.g. for weekdays, integer values (0..6) may be used, with corresponding labels "Mon".."Sun".
Public class ReportParameterValue
Parameter and its value passed from client to server.
Public class ReportTools
Report Tools.
Public class SearchEntry
Search Entry. This class is used by search tool.
Public class SearchResults
Search Results.
Public class SearchTextHandler
SearchText delegate definition.
Public class TextRunMarkup
Describes a text run (a single line of text sharing the same formatting). A text run may contain zero or more words (semantics of words are defined by the server; in particular, words may be single chars).
Public class ViewType
Enumerates possible report view types.

Interfaces

  Interface Description
Public interface IC1ReportWebServiceClient
Interface that must implement client side instance of the report service.
Public interface IC1WebReportService
Interface that must implemented by C1WebReport service.
Public interface IViewWorker
Interface that must be implemented by report viewer worker class.