Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies whether the data is case-sensitive.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration CaseSensitivities
'Usage
Dim instance As CaseSensitivities
public enum CaseSensitivities
public enum class CaseSensitivities
type CaseSensitivities
public enum CaseSensitivities
Members
| Member name | Description | |
|---|---|---|
| Auto | Indicates that the report server should attempt to derive the value from the data provider when the report runs. | |
| False | Indicates that the data is not case-sensitive. | |
| True | Indicates that the data is case-sensitive. |