MapAppearanceRule.DataValue Property
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.
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.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression DataValue { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression DataValue { get; set; }
member this.DataValue : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property DataValue As ReportExpression
Property Value
A ReportExpression object.