Metoda ReportSize.Parse
Zwraca ReportSize przez analizowania ciąg.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportSize
'Użycie
Dim s As String
Dim provider As IFormatProvider
Dim returnValue As ReportSize
returnValue = ReportSize.Parse(s, provider)
public static ReportSize Parse(
string s,
IFormatProvider provider
)
public:
static ReportSize Parse(
String^ s,
IFormatProvider^ provider
)
static member Parse :
s:string *
provider:IFormatProvider -> ReportSize
public static function Parse(
s : String,
provider : IFormatProvider
) : ReportSize
Parametry
- s
Typ: System.String
Ciąg, który reprezentuje rozmiar.
- provider
Typ: System.IFormatProvider
IformatProvider , Zawiera informacje o formatowaniu dla ciąg.
Wartość zwracana
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize obiektu.
Zobacz także