Lingua

ReportSize Costruttori

Definizione

Crea una nuova istanza della classe ReportSize.

Overload

Nome Descrizione
ReportSize(Double)

Crea una nuova istanza della classe ReportSize.

ReportSize(String)

Crea una nuova istanza della classe ReportSize.

ReportSize(Double, SizeTypes)

Crea una nuova istanza della classe ReportSize.

ReportSize(String, IFormatProvider)

Crea una nuova istanza della classe ReportSize.

ReportSize(String, IFormatProvider, SizeTypes)

Crea una nuova istanza della classe ReportSize.

ReportSize(Double)

Crea una nuova istanza della classe ReportSize.

public:
 ReportSize(double value);
public ReportSize(double value);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : double -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As Double)

Parametri

value
Double

Dimensione del report di in points.

Si applica a

ReportSize(String)

Crea una nuova istanza della classe ReportSize.

public:
 ReportSize(System::String ^ value);
public ReportSize(string value);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String)

Parametri

value
String

Un string valore che rappresenta la dimensione.

Si applica a

ReportSize(Double, SizeTypes)

Crea una nuova istanza della classe ReportSize.

public:
 ReportSize(double value, Microsoft::ReportingServices::RdlObjectModel::SizeTypes type);
public ReportSize(double value, Microsoft.ReportingServices.RdlObjectModel.SizeTypes type);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : double * Microsoft.ReportingServices.RdlObjectModel.SizeTypes -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As Double, type As SizeTypes)

Parametri

value
Double

Il valore numerico della dimensione.

type
SizeTypes

L'unità della dimensione.

Si applica a

ReportSize(String, IFormatProvider)

Crea una nuova istanza della classe ReportSize.

public:
 ReportSize(System::String ^ value, IFormatProvider ^ provider);
public ReportSize(string value, IFormatProvider provider);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string * IFormatProvider -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String, provider As IFormatProvider)

Parametri

value
String

Un string valore che rappresenta la dimensione.

provider
IFormatProvider

A IFormatProvider che fornisce informazioni di formattazione per la stringa.

Si applica a

ReportSize(String, IFormatProvider, SizeTypes)

Crea una nuova istanza della classe ReportSize.

public:
 ReportSize(System::String ^ value, IFormatProvider ^ provider, Microsoft::ReportingServices::RdlObjectModel::SizeTypes defaultType);
public ReportSize(string value, IFormatProvider provider, Microsoft.ReportingServices.RdlObjectModel.SizeTypes defaultType);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string * IFormatProvider * Microsoft.ReportingServices.RdlObjectModel.SizeTypes -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String, provider As IFormatProvider, defaultType As SizeTypes)

Parametri

value
String

Un string valore che rappresenta la dimensione.

provider
IFormatProvider

A IFormatProvider che fornisce informazioni di formattazione per la stringa.

defaultType
SizeTypes

L'unità della dimensione.

Si applica a