ReportSizeConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the size of the report.
public ref class ReportSizeConverter : System::ComponentModel::TypeConverter
public class ReportSizeConverter : System.ComponentModel.TypeConverter
type ReportSizeConverter = class
inherit TypeConverter
Public Class ReportSizeConverter
Inherits TypeConverter
- Inheritance
-
ReportSizeConverter
Constructors
ReportSizeConverter() |
Initializes a new instance of the ReportSizeConverter class. |
Methods
CanConvertFrom(ITypeDescriptorContext, Type) |
Returns whether this converter can convert an object in the given source type using the specified context. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the given object to the type of this converter, using the specified context and culture information. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type, using the specified context and culture information. |