다음을 통해 공유


CaseSensitivities 열거형

Specifies whether the data is case-sensitive.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

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

멤버

멤버 이름 설명
Auto Indicates that the report server should attempt to derive the value from the data provider when the report runs.
True Indicates that the data is case-sensitive.
False Indicates that the data is not case-sensitive.