Compartir a través de


ReportItem.DataElementOutput Propiedad

Gets the DataElementOutputTypes used in the report item.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering