Image.Sizing 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置定义图像未能容纳在指定大小内时的行为的值。
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
属性值
图像未能容纳在指定大小内时的行为
- 属性