Sdílet prostřednictvím


ReportSize Constructor (Double)

Creates a new instance of the ReportSize class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    value As Double _
)
'Usage
Dim value As Double 

Dim instance As New ReportSize(value)
public ReportSize(
    double value
)
public:
ReportSize(
    double value
)
new : 
        value:float -> ReportSize
public function ReportSize(
    value : double
)

Parameters

See Also

Reference

ReportSize Structure

ReportSize Overload

Microsoft.ReportingServices.RdlObjectModel Namespace