ChartMember.Instance 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:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::ChartMemberInstance ^ Instance { Microsoft::ReportingServices::OnDemandReportRendering::ChartMemberInstance ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ChartMemberInstance Instance { get; }
member this.Instance : Microsoft.ReportingServices.OnDemandReportRendering.ChartMemberInstance
Public MustOverride ReadOnly Property Instance As ChartMemberInstance
Property Value
A ChartMemberInstance object that represents the report instance object that contains the calculated values of this report definition object.