共用方式為


Rectangle.DataElementOutput 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes value.

請參閱

參考

Rectangle 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間