Свойство MapAppearanceRule.DataValue
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.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property DataValue As ReportExpression
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel