Partilhar via


Propriedade do RDL Group.DataElementOutput

Indicates whether the group should appear in a data rendering.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Uso
Dim instance As Group 
Dim value As DataElementOutputTypes 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
A DataElementOutputTypes value.

Comentários

Possible values are Output, NoOutput, or ContentsOnly.

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.ReportRendering