Proprietà 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.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property NoDataText As ReportExpression 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Vedere anche

Riferimento

MapColorScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel