Udostępnij przez


Właściwość TablixCell.DataElementOutput

Wskazuje, czy zawartość komórka mają być wyświetlane w Renderowanie danych.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes
    Get
'Użycie
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