Свойство DataCell.Instance
Gets the instance object that contains the calculated values for the definition class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Instance As DataCellInstance
Get
'Применение
Dim instance As DataCell
Dim value As DataCellInstance
value = instance.Instance
public DataCellInstance Instance { get; }
public:
property DataCellInstance^ Instance {
DataCellInstance^ get ();
}
member Instance : DataCellInstance
function get Instance () : DataCellInstance
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.DataCellInstance
A DataCellInstance object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering