Compartir a través de


TablixMember.DataElementOutput Propiedad

Gets a value that indicates whether this tablix member should be included in the rendered output.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object that represents a value that indicates whether this tablix member should be included in the rendered output.

Vea también

Referencia

TablixMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering