TablixMember.DataElementOutput Property

Definition

Gets a value that indicates whether this tablix member should be included in the rendered output.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::DataElementOutputTypes DataElementOutput { Microsoft::ReportingServices::OnDemandReportRendering::DataElementOutputTypes get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes DataElementOutput { get; }
member this.DataElementOutput : Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes

Property Value

A DataElementOutputTypes object that represents a value that indicates whether this tablix member should be included in the rendered output.

Applies to