ReportElementInstance Class

Definition

Represents an instance type of the ReportElement class, and contains the calculated values of the properties in ReportElement.

public ref class ReportElementInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public abstract class ReportElementInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type ReportElementInstance = class
    inherit BaseInstance
Public MustInherit Class ReportElementInstance
Inherits BaseInstance
Inheritance
ReportElementInstance
Derived

Fields

m_reportElementDef

Specifies the report element definition that defines this instance.

m_style

Specifies the style properties of this report element object.

Properties

Style

Gets the calculated value of the Style property in a ReportElement class.

Methods

ResetInstanceCache()

Resets the cache of the ReportElementInstance.

Applies to