Freigeben über


ReportSize-Konstruktor (String, IFormatProvider)

Creates a new instance of the ReportSize class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    value As String, _
    provider As IFormatProvider _
)
'Usage
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
)

Parameter

  • value
    Typ: System.String
    A string value that represents the size.

Siehe auch

Verweis

ReportSize Struktur

ReportSize-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace