Proprietà DataElementOutput
Indicates whether the member should appear in a data rendering.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataElementOutputTypes
A DataElementOutputTypes object.
Vedere anche