Поделиться через


Свойство MapColorScale.NoDataText

Gets or sets the label for the map color scale that is to be used with colors that have no data associated with them.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property NoDataText As ReportExpression 
    Get 
    Set
'Применение
Dim instance As MapColorScale 
Dim value As ReportExpression 

value = instance.NoDataText

instance.NoDataText = value
public ReportExpression NoDataText { get; set; }
public:
property ReportExpression NoDataText {
    ReportExpression get ();
    void set (ReportExpression value);
}
member NoDataText : ReportExpression with get, set
function get NoDataText () : ReportExpression 
function set NoDataText (value : ReportExpression)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

См. также

Справочник

MapColorScale Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel