Propriedade do RDL DataElementOutput
Indicates whether the cell contents should appear in a data rendering.
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 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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataElementOutputTypes
A DataElementOutputTypes object.
Consulte também