言語

ReportSize コンストラクター

定義

ReportSize クラスの新しいインスタンスを作成します。

オーバーロード

名前 説明
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 です。

適用対象

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 です。

defaultType
SizeTypes

サイズの単位です。

適用対象