Partilhar via


Construtor ReportSize (String, IFormatProvider)

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.

Consulte também

Referência

ReportSize Estrutura

Sobrecarregado ReportSize

Namespace Microsoft.ReportingServices.RdlObjectModel