Image.ImageInstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.