SharedHiddenState 열거형
The hidden state of the report item.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Enumeration SharedHiddenState
‘사용 방법
Dim instance As SharedHiddenState
public enum SharedHiddenState
public enum class SharedHiddenState
type SharedHiddenState
public enum SharedHiddenState
멤버
멤버 이름 | 설명 | |
---|---|---|
Always | The item is always hidden. | |
Never | The item is always visible. | |
Sometimes | The item has conditional visibility. |