Skip to main content
A newer version of this page is available. .

ReportInfoViewModel Members

Provides commands to manage the service’s reports.

Constructors

Name Description
ReportInfoViewModel(ReportManagerServiceViewModel, ReportInfo) Initializes a new instance of the ReportInfoViewModel class with the specified settings.

Properties

Name Description
DeleteCommand Removes the underlying reports from the service’s store.
Info Gets a ReportInfo instance identifying the underlying report.
PreviewCommand Show the specified report in the Report Designer in the preview mode.
RenameCommand Renames the underlying report.
ShowCommand Shows the underlying report in the Report Designer

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also