FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class


In This Topic
    C1DocumentSource Class Methods
    In This Topic

    For a list of all members of this type, see C1DocumentSource members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds log entry to the Log list.  
    Public MethodCancels currently executed async action and waits until action will be actually cancelled.  
    Public MethodClear generated content and sets Dirty to true.  
    Public MethodOverloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources.  
    Public MethodExecutes an action specified by the C1DocumentAction object.  
    Public MethodNon-blocking (asynchronous) version of the ExecuteAction method.  
    Public Method  
    Public MethodExports the document into a stream in an external format using the specified export filter.  
    Public MethodNon-blocking (asynchronous) version of the Export method.  
    Public Method  
    Public MethodGenerates the document.  
    Public MethodNon-blocking (asynchronous) version of the Generate method.  
    Public Method  
    Public MethodCreates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects.  
    Public MethodCreates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text.  
    Public MethodCreates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text.  
    Public MethodCreates a C1DocumentRange object that defines a word containing a specified position in the document.  
    Public MethodReturns a value indicating whether the Generate method can be called at the moment.  
    Public MethodOverloaded. Initiates the user interface for printing a document.  
    Public MethodValidates the current parameter values, refreshes their valid values' lists if the values are valid.  
    Public MethodNon-blocking (asynchronous) version of the ValidateParameters method.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected MethodFor internal use.  
    Protected MethodCalled from constructor, initializes an object.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Protected MethodFor internal use.  
    Top
    See Also