ChartItemInLegend.Hidden 屬性
Gets an expression that evaluates to a value that indicates the item should not be shown in the legend.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Hidden As ReportBoolProperty
Get
'用途
Dim instance As ChartItemInLegend
Dim value As ReportBoolProperty
value = instance.Hidden
public ReportBoolProperty Hidden { get; }
public:
property ReportBoolProperty^ Hidden {
ReportBoolProperty^ get ();
}
member Hidden : ReportBoolProperty
function get Hidden () : ReportBoolProperty
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.