Propriedade do RDL TablixMember.DataElementOutput
Gets a value that indicates whether this tablix member should be included in the rendered output.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
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.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering