ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class
Properties Methods Events

In This Topic
    SectionDocument Class Members
    In This Topic

    The following tables list the members exposed by SectionDocument.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Creates a new instance of the Document class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a reference to the document's bookmarks.  
    Public PropertySets or returns a value indicating whether to optimize the amount of memory used by the document by caching the report to disk instead of holding it in memory.  
    Public PropertyGets or set the location of CacheToDisk files. The location can be a physical path or IsolateStorage.  
    Public PropertyAllows a document to be assigned to a web service.  
    Public Property

    Determines whether the document is currently being loaded with pages.

     
    Public PropertyGets or sets a URL from which to download the document asynchronously using internet protocols.  
    Public PropertyGets or sets the name of the document.  
    Public PropertyGets a reference to the document's pages.  
    Public PropertyGets or sets a password string used to protect the saved document file.  
    Public PropertyGets a reference to the document's printer settings.  
    Public PropertyPrint options  
    Public PropertyGets or sets user preferences in the viewer such as hyperlink and background colors.  
    Top
    Public Methods
     NameDescription
    Public MethodExports the page(s) to Text and Rtf data and copies it to clipboard.  
    Public MethodIf you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.  
    Public MethodOverloaded. Searches for the specified string in the Document's pages collection.  
    Public MethodOverloaded. Loads a Document from a stream or a file.  
    Public MethodResets the printer defaults.  
    Public MethodOverloaded. Saves the Document content to a stream or a file.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when an exception is thrown while downloading a document asynchronously from the LoadUrl location.  
    Public EventOccurs after all the document pages have been fully loaded.  
    Public EventOccurs when printing of the document pages is cancelled.  
    Public EventOccurs when an exception is thrown by the printing thread.  
    Public EventOccurs when the document pages are printing.  
    Public EventRaised when the state is changed.  
    Top
    See Also