Свойство TablixCell.DataElementOutput
Gets a value that indicates whether the cell contents should appear in a data rendering.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Применение
Dim instance As TablixCell
Dim value As DataElementOutputTypes
value = instance.DataElementOutput
public abstract DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
DataElementOutputTypes get () abstract;
}
abstract DataElementOutput : DataElementOutputTypes
abstract function get DataElementOutput () : DataElementOutputTypes
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object that represents a value that indicates whether the cell contents should appear in a data rendering.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering