Report |
public class ReportShortcut
The ReportShortcut type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportShortcut | Initializes a new instance of the ReportShortcut class |
| Name | Description | |
|---|---|---|
| CreatedBy | Login of the user who created the shortcut | |
| FilePath | Current file path of the shortcut (not serialized) | |
| GUID | Identifier of the shortcut | |
| Name | Optional display name override. If empty, the target file name is used. | |
| TargetPath | Repository relative path of the target report or file (e.g. /Sales/Orders.srex) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LoadFromFile | Load a shortcut from a file | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SaveToFile | Save the shortcut to its file | |
| SaveToFile(String) | Save the shortcut to a file | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |