ReportSize.Type 属性

Gets the unit of the size.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public ReadOnly Property Type As SizeTypes 
    Get
用法
Dim instance As ReportSize 
Dim value As SizeTypes 

value = instance.Type
public SizeTypes Type { get; }
public:
property SizeTypes Type {
    SizeTypes get ();
}
member Type : SizeTypes
function get Type () : SizeTypes

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.SizeTypes
A SizeTypes value.

请参阅

参考

ReportSize 结构

Microsoft.ReportingServices.RdlObjectModel 命名空间