共用方式為


WidthSensitivities Enum

Definition

Specifies whether the data is width-sensitive.

public enum class WidthSensitivities
public enum WidthSensitivities
type WidthSensitivities = 
Public Enum WidthSensitivities
Inheritance
WidthSensitivities

Fields

Name Value Description
Auto 0

Indicates that the report server should attempt to derive the value from the data provider when the report runs.

True 1

Indicates that the data is width-sensitive.

False 2

Indicates that the data is not width-sensitive.

Applies to