ReportExpression 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.
Initializes a new instance of the ReportExpression class.
Overloads
ReportExpression(Boolean) |
Initializes a new instance of the ReportExpression class. |
ReportExpression(DateTime) |
Initializes a new instance of the ReportExpression class. |
ReportExpression(Double) |
Initializes a new instance of the ReportExpression class. |
ReportExpression(Int32) |
Initializes a new instance of the ReportExpression class. |
ReportExpression(String) |
Initializes a new instance of the ReportExpression class. |
ReportExpression(String, EvaluationMode) |
Initializes a new instance of the ReportExpression class. |
ReportExpression(Boolean)
Initializes a new instance of the ReportExpression class.
public:
ReportExpression(bool value);
public ReportExpression (bool value);
new Microsoft.ReportingServices.RdlObjectModel.ReportExpression : bool -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Public Sub New (value As Boolean)
Parameters
- value
- Boolean
A Boolean
value.
Applies to
ReportExpression(DateTime)
Initializes a new instance of the ReportExpression class.
public:
ReportExpression(DateTime value);
public ReportExpression (DateTime value);
new Microsoft.ReportingServices.RdlObjectModel.ReportExpression : DateTime -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Public Sub New (value As DateTime)
Parameters
Applies to
ReportExpression(Double)
Initializes a new instance of the ReportExpression class.
public:
ReportExpression(double value);
public ReportExpression (double value);
new Microsoft.ReportingServices.RdlObjectModel.ReportExpression : double -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Public Sub New (value As Double)
Parameters
- value
- Double
The double
value.
Applies to
ReportExpression(Int32)
Initializes a new instance of the ReportExpression class.
public:
ReportExpression(int value);
public ReportExpression (int value);
new Microsoft.ReportingServices.RdlObjectModel.ReportExpression : int -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Public Sub New (value As Integer)
Parameters
- value
- Int32
An int
value.
Applies to
ReportExpression(String)
Initializes a new instance of the ReportExpression class.
public:
ReportExpression(System::String ^ value);
public ReportExpression (string value);
new Microsoft.ReportingServices.RdlObjectModel.ReportExpression : string -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Public Sub New (value As String)
Parameters
- value
- String
A string
value.
Applies to
ReportExpression(String, EvaluationMode)
Initializes a new instance of the ReportExpression class.
public:
ReportExpression(System::String ^ value, Microsoft::ReportingServices::RdlObjectModel::EvaluationMode evaluationMode);
public ReportExpression (string value, Microsoft.ReportingServices.RdlObjectModel.EvaluationMode evaluationMode);
new Microsoft.ReportingServices.RdlObjectModel.ReportExpression : string * Microsoft.ReportingServices.RdlObjectModel.EvaluationMode -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Public Sub New (value As String, evaluationMode As EvaluationMode)
Parameters
- value
- String
A string
value.
- evaluationMode
- EvaluationMode
The evaluation mode for the string.