DataCell.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 instance object that contains the calculated values for the definition class.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::DataCellInstance ^ Instance { Microsoft::ReportingServices::OnDemandReportRendering::DataCellInstance ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.DataCellInstance Instance { get; }
member this.Instance : Microsoft.ReportingServices.OnDemandReportRendering.DataCellInstance
Public ReadOnly Property Instance As DataCellInstance
Property Value
A DataCellInstance object.