ReportSize.Parse(String, IFormatProvider) Method

Definition

Returns a ReportSize by parsing a string.

public:
 static Microsoft::ReportingServices::RdlObjectModel::ReportSize Parse(System::String ^ s, IFormatProvider ^ provider);
public static Microsoft.ReportingServices.RdlObjectModel.ReportSize Parse (string s, IFormatProvider provider);
static member Parse : string * IFormatProvider -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Shared Function Parse (s As String, provider As IFormatProvider) As ReportSize

Parameters

s
String

A string that represents the size.

provider
IFormatProvider

An System.IformatProvider that provides the formatting information for the string.

Returns

A ReportSize object.

Applies to