Método Parse
Returns a ReportSize by parsing a string.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportSize
'Uso
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
Parâmetros
- s
Tipo: System. . :: . .String
A string that represents the size.
- provider
Tipo: System. . :: . .IFormatProvider
An IformatProvider that provides the formatting information for the string.
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.
Consulte também