Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Creates a new instance of the ReportSize class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
value As String, _
provider As IFormatProvider _
)
'Uso
Dim value As String
Dim provider As IFormatProvider
Dim instance As New ReportSize(value, provider)
public ReportSize(
string value,
IFormatProvider provider
)
public:
ReportSize(
String^ value,
IFormatProvider^ provider
)
new :
value:string *
provider:IFormatProvider -> ReportSize
public function ReportSize(
value : String,
provider : IFormatProvider
)
Parâmetros
- value
Tipo: System.String
A string value that represents the size.
- provider
Tipo: System.IFormatProvider
A IformatProvider that provides formatting information for the string.