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


In This Topic
    C1DocumentSource Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire.  
    Public PropertyGets the current busy state of the current C1DocumentSource.  
    Public PropertyGets or sets the System.Net.NetworkCredential object specifying the credentials which will be used to access data for document generation.  
    Public PropertyGets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource.  
    Public PropertyGets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc.  
    Public PropertyGets a C1Document object produced by the current document source.  
    Public PropertyGets a name of the document.  
    Public PropertyGets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource.  
    Public PropertyGets the value indicating whether the current C1DocumentSource busy.  
    Public PropertyGets a value indicating whether this C1DocumentSource is disposed and can not be longer used.  
    Public PropertyGets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc).  
    Public PropertyGets the number of already generated pages.  
    Public PropertyGets or sets the C1PageSettings object specifying the page settings to use when generating a paginated document (see Paginated).  
    Public PropertyGets or sets a value indicating whether the content should be represented as set of fixed sized pages.  
    Public PropertyGets a collection of parameters used to generate content.  
    Public PropertyGets an array of exporters supported by the current document source object.  
    Top
    See Also