WPF 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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()
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Wpf.dll
Syntax
public abstract class ReportItem

Constructors

ReportItem()

Declaration
protected ReportItem()

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
Type Description
Style

ToolTip

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
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved