ReportSize Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ReportSize class.
Overloads
ReportSize(Double) |
Creates a new instance of the ReportSize class. |
ReportSize(String) |
Creates a new instance of the ReportSize class. |
ReportSize(Double, SizeTypes) |
Creates a new instance of the ReportSize class. |
ReportSize(String, IFormatProvider) |
Creates a new instance of the ReportSize class. |
ReportSize(String, IFormatProvider, SizeTypes) |
Creates a new instance of the ReportSize class. |
ReportSize(Double)
Creates a new instance of the ReportSize class.
public:
ReportSize(double value);
public ReportSize (double value);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : double -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As Double)
Parameters
- value
- Double
Report size of in points
.
Applies to
ReportSize(String)
Creates a new instance of the ReportSize class.
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)
Parameters
- value
- String
A string
value that represents the size.
Applies to
ReportSize(Double, SizeTypes)
Creates a new instance of the ReportSize class.
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)
Parameters
- value
- Double
The numeric value of the size.
- type
- SizeTypes
The unit of the size.
Applies to
ReportSize(String, IFormatProvider)
Creates a new instance of the ReportSize class.
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)
Parameters
- value
- String
A string
value that represents the size.
- provider
- IFormatProvider
A IFormatProvider that provides formatting information for the string.
Applies to
ReportSize(String, IFormatProvider, SizeTypes)
Creates a new instance of the ReportSize class.
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)
Parameters
- value
- String
A string
value that represents the size.
- provider
- IFormatProvider
A IFormatProvider that provides formatting information for the string.
- defaultType
- SizeTypes
The unit of the size.