Click or drag to resize

StiResource Class

This class describes resource which embedded to the report file.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DictionaryStiResource

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiResourceFileConverter))]
public class StiResource : IStiName, 
	ICloneable, IStiInherited, IStiPropertyGridObject, IStiJsonReportObject

The StiResource type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlias
Gets or sets an alias of the resource.
Public propertyAvailableInTheViewer
Gets or sets value which makes the resource available for download in the viewer.
Public propertyComponentId
Public propertyContent
Public propertyInherited
Public propertyKey
Gets or sets the key of the dictionary object.
Public propertyName
Gets or sets a name of the resource.
Public propertyPropName
Public propertyType
Gets or sets the type of the resource.
Top
Methods
  NameDescription
Public methodClone
Public methodCreateFileDatabase
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContentType
Public methodGetEvents
Public methodGetFileExt
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetResourceAsImage
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString (Overrides ObjectToString.)
Public methodToString(Boolean)
Top
See Also