Enumeração WidthSensitivities
Specifies whether the data is width-sensitive.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration WidthSensitivities
'Uso
Dim instance As WidthSensitivities
public enum WidthSensitivities
public enum class WidthSensitivities
type WidthSensitivities
public enum WidthSensitivities
Membros
Nome do membro | Descrição | |
---|---|---|
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 width-sensitive. | |
False | Indicates that the data is not width-sensitive. |