Partager via


Propriété ReportItem.DataElementOutput

Gets the DataElementOutputTypes used in the report item.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
The DataElementOutputTypes used in the report item.

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.ReportRendering