Partager via


Propriété GaugeInputValue.DataElementOutput

Gets a value that indicates whether the item should appear in a data rendering.

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

Syntaxe

'Déclaration
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Utilisation
Dim instance As GaugeInputValue 
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.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object.

Voir aussi

Référence

GaugeInputValue Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering