Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the available units for report size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration SizeTypes
'Usage
Dim instance As SizeTypes
public enum SizeTypes
public enum class SizeTypes
type SizeTypes
public enum SizeTypes
Members
| Member name | Description | |
|---|---|---|
| Cm | Size in centimeters. | |
| Inch | Size in inches. | |
| Invalid | Invalid unit. | |
| Mm | Size in millimeters. | |
| Pica | Size in picameters. | |
| Point | Size in points. |