หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a value that indicates whether the axis is displayed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Visible As ReportEnumProperty(Of ChartAutoBool)
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartAutoBool)
value = instance.Visible
public ReportEnumProperty<ChartAutoBool> Visible { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ Visible {
ReportEnumProperty<ChartAutoBool>^ get ();
}
member Visible : ReportEnumProperty<ChartAutoBool>
function get Visible () : ReportEnumProperty<ChartAutoBool>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace