[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.IDocument-1

IDocument<T> Interface

Represents the document interface

Namespace: GrapeCity.ActiveReports.Core.Document
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public interface IDocument<out T> : IDisposable where T : Page, new()
Type Parameters
Name Description
T

Page Type

Properties

Name Description
CacheToDiskEnabled

Gets whether this make the pages collection should use a temp file for the canvas item streams

CacheToDiskLocation

Gets or sets Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.

DocumentVersion

Gets the document version.

InProgress

Gets or sets whether the document is currently loaded.

Name

Gets or sets the name.

Pages

Gets a reference to the document's page.

Password

Gets or sets a password to protect the saved document file.

UserPreferences

Gets or sets the user preferences.

Methods

Name Description
Save(Stream, RdfFormat)

Saves document to the specified Stream.

Save(Stream, RdfFormat, SaveOptions)

Saves document to the specified Stream.

Events

Name Description
StateChanged

Event that occurs when the state is changed.