Partager via


Propriété Tablix.DataElementOutput

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

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

Syntaxe

'Déclaration
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering