Share via


DataElementOutputTypes 열거형

Indicates whether the item should appear in a data rendering.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Enumeration DataElementOutputTypes
‘사용 방법
Dim instance As DataElementOutputTypes
public enum DataElementOutputTypes
public enum class DataElementOutputTypes
type DataElementOutputTypes
public enum DataElementOutputTypes

멤버

멤버 이름 설명
Auto Specifies the following behavior:
  • Behave as NoOutput for any report item that does not have a ToggleItem and with Hidden set to true (not an expression) and for any report item in a nontoggleable static tablix member with Hidden set to true (not an expression).

  • Behave as NoOutput for a TextBox with constant TextRun values.

  • Behave as ContentsOnly for Rectangle.

  • Behave as Output for all other items.

ContentsOnly Specifies that the item should not appear in the XML, but its contents should be rendered as if they were in this item’s container. Only applies to Rectangle.
NoOutput Specifies that the item should not appear in the output.
Output Specifies that the item should appear in the output.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스