Parameter.Instance Property

Definition

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ParameterInstance ^ Instance { Microsoft::ReportingServices::OnDemandReportRendering::ParameterInstance ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ParameterInstance Instance { get; }
member this.Instance : Microsoft.ReportingServices.OnDemandReportRendering.ParameterInstance
Public ReadOnly Property Instance As ParameterInstance

Property Value

A ParameterInstance object.

Applies to