DataElementOutput-Eigenschaft
Gets a value that indicates whether the data point 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 ChartDataPoint
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataElementOutputTypes
A DataElementOutputTypes object.