DataSetBase.WidthSensitivity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the data is width-sensitive.
public:
property Microsoft::ReportingServices::RdlObjectModel::WidthSensitivities WidthSensitivity { Microsoft::ReportingServices::RdlObjectModel::WidthSensitivities get(); void set(Microsoft::ReportingServices::RdlObjectModel::WidthSensitivities value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.WidthSensitivities WidthSensitivity { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.WidthSensitivity : Microsoft.ReportingServices.RdlObjectModel.WidthSensitivities with get, set
Public Property WidthSensitivity As WidthSensitivities
Property Value
A WidthSensitivities object.
- Attributes