Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an expression to be evaluated on the scope of a map item in a map polygon layer, a map point layer, or a map line layer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataValue As ReportExpression
Get
Set
'Usage
Dim instance As MapAppearanceRule
Dim value As ReportExpression
value = instance.DataValue
instance.DataValue = value
public ReportExpression DataValue { get; set; }
public:
property ReportExpression DataValue {
ReportExpression get ();
void set (ReportExpression value);
}
member DataValue : ReportExpression with get, set
function get DataValue () : ReportExpression
function set DataValue (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.