Udostępnij przez


Właściwość TablixMember.DataElementOutput

Pobiera wartość wskazująca, czy ten tablix element członkowski powinny być uwzględnione w wytopione wyjściowego.

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 TablixMember
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