Class ItemDefinition
Inheritance
System.Object
ItemDefinition
Assembly: BoldReports.Web.dll
Syntax
public class ItemDefinition : Object
Constructors
ItemDefinition()
Declaration
Properties
Extension
Declaration
public string Extension { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FileContent
Declaration
public byte[] FileContent { get; set; }
Property Value
| Type |
Description |
| System.Byte[] |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FilePassword
Declaration
public string FilePassword { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Version
Declaration
public int Version { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|