Image.Sizing 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 defines the behavior if the image does not fit within the specified size.
public:
property Microsoft::ReportingServices::RdlObjectModel::Sizings Sizing { Microsoft::ReportingServices::RdlObjectModel::Sizings get(); void set(Microsoft::ReportingServices::RdlObjectModel::Sizings value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.Sizings Sizing { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.Sizing : Microsoft.ReportingServices.RdlObjectModel.Sizings with get, set
Public Property Sizing As Sizings
Property Value
The behavior if the image does not fit within the specified size
- Attributes