Condividi tramite


Proprietà Tablix.DataElementOutput

Gets a value that indicates whether the data in the tablix should be rendered.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Utilizzo
Dim instance As Tablix 
Dim value As DataElementOutputTypes 

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

Valore proprietà

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

Vedere anche

Riferimento

Tablix Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering