ChartMember.DataElementOutput Property
Gets a value that indicates whether the member 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 ChartMember
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.