ReportSize.Type Property
Gets the unit of the size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Type As SizeTypes
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
A SizeTypes value.