Click or drag to resize

ReportShortcut Class

A ReportShortcut is a lightweight file (.srln) that references a real report (.srex) or a file located elsewhere in the repository. In the Web Report Server it is resolved to its target and behaves like the target (execute, view, edit, download...).
Inheritance Hierarchy
SystemObject
  Seal.ModelReportShortcut

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.0.0+c1250b26c169a4ba4d702dc7579506e87ba2cd3a
Syntax
C#
public class ReportShortcut

The ReportShortcut type exposes the following members.

Constructors
 NameDescription
Public methodReportShortcutInitializes a new instance of the ReportShortcut class
Top
Properties
 NameDescription
Public propertyCreatedBy Login of the user who created the shortcut
Public propertyFilePath Current file path of the shortcut (not serialized)
Public propertyGUID Identifier of the shortcut
Public propertyName Optional display name override. If empty, the target file name is used.
Public propertyTargetPath Repository relative path of the target report or file (e.g. /Sales/Orders.srex)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLoadFromFile Load a shortcut from a file
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSaveToFile Save the shortcut to its file
Public methodSaveToFile(String) Save the shortcut to a file
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also