Compartilhar via


Propriedade do RDL Rectangle.DataElementOutput

Gets a value that indicates whether the rectangle should be rendered in the report output, or if only its content should be rendered.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Uso
Dim instance As Rectangle 
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

Valor da propriedade

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

Consulte também

Referência

Rectangle Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering