다음을 통해 공유


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)