Rectangle.DataElementOutput Property

Definition

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

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

Property Value

A DataElementOutputTypes value.

Applies to