다음을 통해 공유


ShowLabels 속성

Indicates whether labels for the map gridlines are shown.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ShowLabels As ReportExpression(Of Boolean)
    Get
    Set
‘사용 방법
Dim instance As MapGridLines
Dim value As ReportExpression(Of Boolean)

value = instance.ShowLabels

instance.ShowLabels = value
public ReportExpression<bool> ShowLabels { get; set; }
public:
property ReportExpression<bool> ShowLabels {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member ShowLabels : ReportExpression<bool> with get, set
function get ShowLabels () : ReportExpression<boolean>
function set ShowLabels (value : ReportExpression<boolean>)