Compartilhar via


Propriedade do RDL GaugeInputValue.DataElementOutput

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object.

Consulte também

Referência

GaugeInputValue Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering