Freigeben über


ReportItem.DataElementOutput-Eigenschaft

Gets the DataElementOutputTypes used in the report item.

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

Syntax

'Declaration
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Usage
Dim instance As ReportItem 
Dim value As DataElementOutputTypes 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
The DataElementOutputTypes used in the report item.

Siehe auch

Verweis

ReportItem Klasse

Microsoft.ReportingServices.ReportRendering-Namespace