ReportDesignerDocument Properties
A single document in the End-User Report Designer.| Name | Description |
|---|---|
| CanSave | Returns whether the current designer document can be saved. This is a dependency property. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Diagram | For internal use. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| HasChanges | Gets whether a report displayed by the current document has been changed. This is a dependency property. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Preview | Provides access to the print preview of the report displayed in the current designer document. This is a dependency property. |
| PreviewReport | Provides access to a report displayed in the print preview of the current designer document. This is a dependency property. |
| Report | Gets a report displayed in the current designer document. This is a dependency property. |
| ReportModel | For internal use. |
| Source | Gets the source of the current report designer document. This is a dependency property. |
| Tag | Gets or sets the object that contains data related to the current report document. This is a dependency property. |
| Title | Gets the title of the current report designer document. This is a dependency property. |
| ViewKind | Gets or sets a value that specifies the view mode of a report designer document. This is a dependency property. |
See Also