Template Members
An individual template of a report gallery.Constructors
Name | Description |
---|---|
Template() | Initializes a new instance of the Template class with the default settings. |
Properties
Name | Description |
---|---|
Author | Specifies the report template‘s author. |
Description | Specifies the report template’s description. |
Icon | Gets the report template’s icon. |
IconBytes | Specifies the report template’s icon bytes. |
ID | Specifies the report template’s ID. |
LayoutBytes | Specifies the report template’s layout bytes. |
Name | Specifies the report template’s name. |
Preview | Gets the report template’s preview image. |
PreviewBytes | Specifies the report template’s preview image bytes. |
Rating | Specifies the report template’s rating. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the current Template object. |
CreateTemplateFromArchive(Stream) static | Extracts a report template from a ZIP file. |
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