Class ReportItem
Represents a report item, such as a rectangle or tablix.
Inheritance
System.Object
ReportItem
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: BoldReports.Wpf.dll
Syntax
public abstract class ReportItem
Constructors
ReportItem()
Declaration
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.ActionInfo |
|
Bookmark
Declaration
public string Bookmark { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomProperties
Declaration
public CustomProperties CustomProperties { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.CustomProperties |
|
DataElementName
Declaration
public string DataElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
DataElementOutput
Declaration
public DataElementOutputs DataElementOutput { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.DataElementOutputs |
|
DocumentMapLabel
Declaration
public string DocumentMapLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
public Size Height { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
LabelLocID
Declaration
public string LabelLocID { get; set; }
Property Value
Type |
Description |
System.String |
|
Left
Declaration
public Size Left { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
RepeatWith
Declaration
public string RepeatWith { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Declaration
public Style Style { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Top
Declaration
public Size Top { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Visibility
Declaration
public Visibility Visibility { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Visibility |
|
Width
Declaration
public Size Width { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
ResetCustomProperties()
Declaration
public void ResetCustomProperties()
ResetDataElementOutput()
Declaration
public void ResetDataElementOutput()
ResetVisibility()
Declaration
public void ResetVisibility()
ResetZIndex()
Declaration
public void ResetZIndex()
ShouldSerializeCustomProperties()
Declaration
public bool ShouldSerializeCustomProperties()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDataElementOutput()
Declaration
public bool ShouldSerializeDataElementOutput()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVisibility()
Declaration
public bool ShouldSerializeVisibility()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeZIndex()
Declaration
public bool ShouldSerializeZIndex()
Returns
Type |
Description |
System.Boolean |
|