ReportParameter.Instance Property

Definition

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

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

Property Value

A ReportParameterInstance object.

Applies to