Partager via


Propriété DataMember.DataElementOutput

Indicates whether the item should appear in a data rendering.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Utilisation
Dim instance As DataMember 
Dim value As DataElementOutputTypes 

value = instance.DataElementOutput
public override DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get () override;
}
abstract DataElementOutput : DataElementOutputTypes 
override DataElementOutput : DataElementOutputTypes
override function get DataElementOutput () : DataElementOutputTypes

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
A DataElementOutputTypes enumerator value.

Voir aussi

Référence

DataMember Classe

Espace de noms Microsoft.ReportingServices.ReportRendering