Class EPL_Report
Inheritance
System.Object
EPL_Report
Assembly: Simplic.Framework.EF.dll
Syntax
public class EPL_Report : Locking.ILockable
Constructors
|
Improve this Doc
View Source
EPL_Report()
Declaration
Properties
|
Improve this Doc
View Source
DataSourceType
0 = None, 1 = Nummernkreis, 2 = Grid, 3 = SQL
Declaration
public int DataSourceType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EPL_ReportDesign
Declaration
public virtual EPL_ReportDesign EPL_ReportDesign { get; set; }
Property Value
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
InternName
Declaration
public string InternName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsContextlessPrintable
Declaration
public bool IsContextlessPrintable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PrinterName
Declaration
public string PrinterName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReportId
Declaration
public Guid ReportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
SequenceId
Declaration
public Guid? SequenceId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
SequenceNumber
Declaration
public virtual SequenceNumber SequenceNumber { get; set; }
Property Value
|
Improve this Doc
View Source
SqlDataSourceCode
Declaration
public string SqlDataSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|