ReportInstance Class

Definition

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

public ref class ReportInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public sealed class ReportInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type ReportInstance = class
    inherit BaseInstance
Public NotInheritable Class ReportInstance
Inherits BaseInstance
Inheritance
ReportInstance

Properties

AutoRefresh

Gets the calculated value of the AutoRefresh property in a Report class.

InitialPageName

Gets the calculated value of the InitialPageName property in a Report class.

Language

Gets the calculated value of the Language property in a Report class.

UniqueName

Gets the unique identifier of this instance object.

Methods

ResetContext()

Resets the group context for all dynamic members in this ReportInstance.

ResetInstanceCache()

Resets the instance cache.

(Inherited from BaseInstance)

Applies to