共用方式為


Type 屬性

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