Share via


TablixCell.DataElementOutput Property

Gets a value that indicates whether the cell contents should appear in a data rendering.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object that represents a value that indicates whether the cell contents should appear in a data rendering.

See Also

Reference

TablixCell Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace