Udostępnij przez


Właściwość Rectangle.DataElementOutput

Pobiera wartość wskazująca, czy prostokąt powinien być odwzorowywany w wynikach raportu lub tylko jego zawartości powinien być odwzorowywany.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes
    Get
'Użycie
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