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