'Declaration Overloads Public Operator Widening CType( _ ByVal value As ReportSize _ ) As RdlSize
public RdlSize operator implicit( ReportSize value )
Parameters
- value
- The ReportSize to convert.
Return Value
An RdlSize representing the converted value.