Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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