Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the ReportExpression class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As Integer _
)
'Usage
Dim value As Integer
Dim instance As New ReportExpression(value)
public ReportExpression(
int value
)
public:
ReportExpression(
int value
)
new :
value:int -> ReportExpression
public function ReportExpression(
value : int
)
Parameters
- value
Type: System.Int32
An int value.