Class ReportItemBaseModel
Inheritance
System.Object
ReportItemBaseModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public abstract class ReportItemBaseModel
Constructors
ReportItemBaseModel()
Declaration
protected ReportItemBaseModel()
Properties
CanGrow
Declaration
public bool CanGrow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CanShrink
Declaration
public bool CanShrink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EmbedImageData
Declaration
public bool EmbedImageData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ErrorInformation ErrorInformation { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsClientExport
Declaration
public bool IsClientExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTablixChild
Declaration
public bool IsTablixChild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTablixInnerChild
Declaration
public bool IsTablixInnerChild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemName
Declaration
public string ItemName { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemType
Declaration
public string ItemType { get; set; }
Property Value
Type |
Description |
System.String |
|
Left
Declaration
public double Left { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Top
Declaration
public double Top { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Dispose()
Declaration
public virtual void Dispose()