Classe ReportSizeConverter

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Converts the size of the report.

Gerarchia di ereditarietà

System.Object
  System.ComponentModel.TypeConverter
    Microsoft.ReportingServices.RdlObjectModel.ReportSizeConverter

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class ReportSizeConverter _
    Inherits TypeConverter
'Utilizzo
Dim instance As ReportSizeConverter
public class ReportSizeConverter : TypeConverter
public ref class ReportSizeConverter : public TypeConverter
type ReportSizeConverter =  
    class 
        inherit TypeConverter 
    end
public class ReportSizeConverter extends TypeConverter

Nel tipo ReportSizeConverter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportSizeConverter Initializes a new instance of the ReportSizeConverter class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CanConvertFrom(Type) Ereditato da TypeConverter.
Metodo pubblico CanConvertFrom(ITypeDescriptorContext, Type) Returns whether this converter can convert an object in the given source type using the specified context. Esegue l'override di TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).
Metodo pubblico CanConvertTo(Type) Ereditato da TypeConverter.
Metodo pubblico CanConvertTo(ITypeDescriptorContext, Type) Ereditato da TypeConverter.
Metodo pubblico ConvertFrom(Object) Ereditato da TypeConverter.
Metodo pubblico ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the type of this converter, using the specified context and culture information. Esegue l'override di TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).
Metodo pubblico ConvertFromInvariantString(String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromInvariantString(ITypeDescriptorContext, String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromString(String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromString(ITypeDescriptorContext, String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromString(ITypeDescriptorContext, CultureInfo, String) Ereditato da TypeConverter.
Metodo pubblico ConvertTo(Object, Type) Ereditato da TypeConverter.
Metodo pubblico ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Converts the given value object to the specified type, using the specified context and culture information. Esegue l'override di TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).
Metodo pubblico ConvertToInvariantString(Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToInvariantString(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToString(Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToString(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToString(ITypeDescriptorContext, CultureInfo, Object) Ereditato da TypeConverter.
Metodo pubblico CreateInstance(IDictionary) Ereditato da TypeConverter.
Metodo pubblico CreateInstance(ITypeDescriptorContext, IDictionary) Ereditato da TypeConverter.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo protetto GetConvertFromException Ereditato da TypeConverter.
Metodo protetto GetConvertToException Ereditato da TypeConverter.
Metodo pubblico GetCreateInstanceSupported() Ereditato da TypeConverter.
Metodo pubblico GetCreateInstanceSupported(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetProperties(Object) Ereditato da TypeConverter.
Metodo pubblico GetProperties(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
Metodo pubblico GetProperties(ITypeDescriptorContext, Object, array<Attribute[]) Ereditato da TypeConverter.
Metodo pubblico GetPropertiesSupported() Ereditato da TypeConverter.
Metodo pubblico GetPropertiesSupported(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetStandardValues() Ereditato da TypeConverter.
Metodo pubblico GetStandardValues(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesExclusive() Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesExclusive(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesSupported() Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesSupported(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsValid(Object) Ereditato da TypeConverter.
Metodo pubblico IsValid(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SortProperties Ereditato da TypeConverter.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel