Enumerazione WidthSensitivities
Specifies whether the data is width-sensitive.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Enumeration WidthSensitivities
'Utilizzo
Dim instance As WidthSensitivities
public enum WidthSensitivities
public enum class WidthSensitivities
type WidthSensitivities
public enum WidthSensitivities
Membri
Nome membro | Descrizione | |
---|---|---|
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 width-sensitive. | |
True | Indicates that the data is width-sensitive. |