ReportServicePreviewModel Members
In This Article
#Constructors
Name | Description |
---|---|
Report |
Initializes a new instance of the Report class with default settings.
|
Report |
Initializes a new instance of the Report class with the specified universal resource identifier (URI) of a Report Service.
|
#Properties
Name | Description |
---|---|
Auto |
Specifies whether the Parameters panel is visible in the Document Preview. |
Current |
Specifies the zero-based current page index.
Inherited from Document |
Current |
Specifies the current page number.
Inherited from Document |
Cursor |
Specifies the service that is used to customize the mouse pointer settings on the client.
Inherited from Preview |
Dialog |
Specifies the service that is used to invoke dialog windows on the client.
An object implementing the IDialog |
Document |
For internal use. Gets the root node of the Document Map. |
Document |
For internal use. Gets the currently selected node of the Document Map.
Inherited from Document |
Export |
Exports the current document.
Inherited from Document |
First |
Navigates to the first page of the current document.
Inherited from Document |
Found |
For internal use. Required to highlight an element found using the Search option.
Inherited from Document |
Input |
Provides access to the input controller associated with the Document |
Instance |
Specifies the report identifier. |
Is |
Gets a value indicating whether the document is being created. |
Is |
Specifies whether the Document Map panel is visible.
Inherited from Document |
Is |
Gets the value specifying whether the document has any pages. |
Is |
Returns a value specifying whether the document page content is rendered correctly.
Inherited from Preview |
Is |
Specifies whether a document is still being loaded.
Inherited from Preview |
Is |
Gets the value indicating whether the Open button is available in the Document Viewer toolbar. |
Is |
Specifies whether the Parameters panel is visible.
Inherited from Document |
Is |
Gets the value indicating whether the Save button is available in the Document Viewer toolbar. |
Is |
Gets the value indicating whether the Scale button is available in the Bar Manager of the Document Preview.
Inherited from Document |
Is |
Specifies whether the Search panel is visible in Document Preview.
Inherited from Document |
Is |
Gets the value indicating whether the Search command is accessible in a Document Preview.
Inherited from Document |
Is |
Gets the value indicating whether the Send via e-mail… button is available in the Document Viewer toolbar. |
Is |
Specifies whether the Watermark button is visible in the Document Viewer toolbar. |
Last |
Navigates to the last page of the current document.
Inherited from Document |
Next |
Navigates to the next page of the current document.
Inherited from Document |
Open |
Opens a document.
Inherited from Document |
Page |
Provides access to the content of report pages.
Inherited from Preview |
Page |
Gets the number of pages in the document. |
Page |
Runs the Page Setup dialog for the current document.
Inherited from Document |
Page |
Gets a value indicating the height of a page as it appears on-screen.
Inherited from Preview |
Page |
Gets a value indicating the width of a page as it appears on-screen.
Inherited from Preview |
Parameters |
Obsolete. Provides access to the parameters of a report associated with the Report .
|
Parameters |
Provides access to a collection of Parameter objects associated with the Report class.
|
Previous |
Navigates to the previous page of the current document.
Inherited from Document |
Print |
Prints the current document using the specified printer.
Inherited from Document |
Print |
Prints the current document using the default printer.
Inherited from Document |
Progress |
Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Preview while the document is being created. |
Progress |
Specifies the maximum absolute value shown in the Progress Bar, which appears in the Document Viewer while the document is being created. |
Progress |
Gets the current progress value shown in the Progress Bar, which appears in the Document Viewer while the document is being created. |
Progress |
Gets the current visibility of the Progress Bar, which appears in the Document Preview while the document is being created. |
Report |
Specifies the name of the report, which is assigned to the Report .
|
Save |
Saves the current document.
Inherited from Document |
Scale |
Adjusts the scale of the current report.
Inherited from Document |
Send |
Exports and attaches the current document to an e-mail.
Inherited from Document |
Service |
Specifies the client factory for a report service. |
Service |
Specifies the universal resource identifier (URI) of the report service defined for the Report .
|
Status |
Specifies the time interval, in which Report ‘s events are raised.
|
Stop |
Interrupts the document’s generation.
Inherited from Document |
Toggle |
Executes the command, which shows or hides the Document Map panel.
Inherited from Document |
Toggle |
Executes the command, which shows or hides the Parameters panel.
Inherited from Document |
Toggle |
Executes the command, which shows or hides the Search panel.
Inherited from Document |
Use |
Specifies whether a simple scrolling mode should be used for the document.
Inherited from Preview |
Watermark |
Shows the Watermark dialog.
Inherited from Document |
Zoom |
Specifies the zoom factor of a report document.
Inherited from Preview |
Zoom |
Specifies the display format of available zoom factor values.
Inherited from Preview |
Zoom |
Specifies the display text for a zoom factor value.
Inherited from Preview |
Zoom |
Increases the document zoom factor.
Inherited from Preview |
Zoom |
Specifies the zooming mode that is applied to a report document.
Inherited from Preview |
Zoom |
Provides access to a collection of zooming modes available for a report document.
Inherited from Preview |
Zoom |
Decreases the document zoom factor.
Inherited from Preview |
#Methods
Name | Description |
---|---|
Clear() | Clears the Document Preview. |
Create |
Starts the background creation of a document, which is assigned to the Report .
|
Create |
For internal use. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Handle |
For internal use.
Inherited from Document |
Handle |
For internal use.
Inherited from Document |
Handle |
For internal use.
Inherited from Document |
Handle |
For internal use.
Inherited from Document |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Applies the specified zoom factor value to a document.
Inherited from Preview |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Create |
Occurs if an error occurs when attempting to create a document. |
Export |
Occurs in case of any error while exporting a report document. |
Get |
Occurs when an error occurs on an attempt to request a document’s page. |
Parameters |
Fires if errors occur while processing report parameters during creation of the report document. |
Preview |
Occurs when the left mouse button is clicked in the document area in a Document Preview.
Inherited from Document |
Preview |
Occurs when the left mouse button is double-clicked in the document area in a Document Preview.
Inherited from Document |
Preview |
Occurs when the mouse cursor moves over the document area in a Document Preview.
Inherited from Document |
Print |
Occurs if an error occurs while printing a document. |
Property |
Occurs every time any of the Preview |
See Also