ReportSize 建構函式

定義

建立 ReportSize 類別的新實例。

多載

名稱 Description
ReportSize(Double)

建立 ReportSize 類別的新實例。

ReportSize(String)

建立 ReportSize 類別的新實例。

ReportSize(Double, SizeTypes)

建立 ReportSize 類別的新實例。

ReportSize(String, IFormatProvider)

建立 ReportSize 類別的新實例。

ReportSize(String, IFormatProvider, SizeTypes)

建立 ReportSize 類別的新實例。

ReportSize(Double)

建立 ReportSize 類別的新實例。

public:
 ReportSize(double value);
public ReportSize(double value);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : double -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As Double)

參數

value
Double

報告大小為 points

適用於

ReportSize(String)

建立 ReportSize 類別的新實例。

public:
 ReportSize(System::String ^ value);
public ReportSize(string value);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String)

參數

value
String

一個 string 代表大小的數值。

適用於

ReportSize(Double, SizeTypes)

建立 ReportSize 類別的新實例。

public:
 ReportSize(double value, Microsoft::ReportingServices::RdlObjectModel::SizeTypes type);
public ReportSize(double value, Microsoft.ReportingServices.RdlObjectModel.SizeTypes type);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : double * Microsoft.ReportingServices.RdlObjectModel.SizeTypes -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As Double, type As SizeTypes)

參數

value
Double

尺寸的數值。

type
SizeTypes

尺寸單位。

適用於

ReportSize(String, IFormatProvider)

建立 ReportSize 類別的新實例。

public:
 ReportSize(System::String ^ value, IFormatProvider ^ provider);
public ReportSize(string value, IFormatProvider provider);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string * IFormatProvider -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String, provider As IFormatProvider)

參數

value
String

一個 string 代表大小的數值。

provider
IFormatProvider

IFormatProvider A 提供字串的格式資訊。

適用於

ReportSize(String, IFormatProvider, SizeTypes)

建立 ReportSize 類別的新實例。

public:
 ReportSize(System::String ^ value, IFormatProvider ^ provider, Microsoft::ReportingServices::RdlObjectModel::SizeTypes defaultType);
public ReportSize(string value, IFormatProvider provider, Microsoft.ReportingServices.RdlObjectModel.SizeTypes defaultType);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string * IFormatProvider * Microsoft.ReportingServices.RdlObjectModel.SizeTypes -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String, provider As IFormatProvider, defaultType As SizeTypes)

參數

value
String

一個 string 代表大小的數值。

provider
IFormatProvider

IFormatProvider A 提供字串的格式資訊。

defaultType
SizeTypes

尺寸單位。

適用於