Visible 속성
Whether the data label is displayed on the chart. Defaults to False.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property Visible As ReportBoolProperty
Get
‘사용 방법
Dim instance As ChartDataLabel
Dim value As ReportBoolProperty
value = instance.Visible
public ReportBoolProperty Visible { get; }
public:
property ReportBoolProperty^ Visible {
ReportBoolProperty^ get ();
}
member Visible : ReportBoolProperty
function get Visible () : ReportBoolProperty