Share via


ReportSection.DataElementOutput Property

Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output.

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

Syntax

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

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

Property Value

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

See Also

Reference

ReportSection Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace