Image.ImageInstance Property

Definition

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

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

Property Value

A ImageInstance object that represents the report instance.

Applies to