ReportElement Class

Definition

Represents the base class of a report element.

public ref class ReportElement abstract : Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class ReportElement : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ReportElement = class
    interface IDefinitionPath
    interface IROMStyleDefinitionContainer
Public MustInherit Class ReportElement
Implements IDefinitionPath, IROMStyleDefinitionContainer
Inheritance
ReportElement
Derived
Implements

Fields

m_isOldSnapshot

Specifies whether to use the old snapshot of the report element.

m_parentDefinitionPath

Specifies the path to report definition object's parent in the report definition.

m_style

Specifies the style properties of this report definition object.

Properties

DefinitionPath

Gets the path to this report definition object in the report definition.

ID

Gets the unique identifier for this report definition object.

Instance

Gets the report instance object that contains the calculated values of this report definition object.

ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

Style

Gets the style properties of this report definition object.

Applies to