Compartir a través de


ReportSection.DataElementOutput Propiedad

Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output.

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

Sintaxis

'Declaración
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Uso
Dim instance As ReportSection 
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.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes value.

Vea también

Referencia

ReportSection Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering