ReportSizeConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Converts the given object to the type of this converter, using the specified context and culture information.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overrides Function ConvertFrom ( _
context As ITypeDescriptorContext, _
culture As CultureInfo, _
value As Object _
) As Object
'Usage
Dim instance As ReportSizeConverter
Dim context As ITypeDescriptorContext
Dim culture As CultureInfo
Dim value As Object
Dim returnValue As Object
returnValue = instance.ConvertFrom(context, _
culture, value)
public override Object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
Object value
)
public:
virtual Object^ ConvertFrom(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value
) override
abstract ConvertFrom :
context:ITypeDescriptorContext *
culture:CultureInfo *
value:Object -> Object
override ConvertFrom :
context:ITypeDescriptorContext *
culture:CultureInfo *
value:Object -> Object
public override function ConvertFrom(
context : ITypeDescriptorContext,
culture : CultureInfo,
value : Object
) : Object
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
Provides the format context.
- culture
Type: System.Globalization.CultureInfo
The CultureInfo to use as the current culture.
- value
Type: System.Object
The Object to convert.
Return Value
Type: System.Object
An Object that represents the converted value.