DataSetDefinition.WidthSensitivitySpecified Property

 

Applies To: SQL Server 2016 Preview

Indicates whether a value for the WidthSensitivity property is specified.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public bool WidthSensitivitySpecified { get; set; }
public:
property bool WidthSensitivitySpecified {
    bool get();
    void set(bool value);
}
member WidthSensitivitySpecified : bool with get, set
Public Property WidthSensitivitySpecified As Boolean

Property Value

Type: System.Boolean

A Boolean value indicating that a value for the WidthSensitivity property is specified.

See Also

DataSetDefinition Class
ReportService2005 Namespace

Return to top