GridControl.GridLineType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::ReportingServices::QueryDesigners::GridLineType GridLineType { Microsoft::ReportingServices::QueryDesigners::GridLineType get(); void set(Microsoft::ReportingServices::QueryDesigners::GridLineType value); };
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Description("Type of grid lines")]
public Microsoft.ReportingServices.QueryDesigners.GridLineType GridLineType { get; set; }
[<System.ComponentModel.Category("Appearance")>]
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
[<System.ComponentModel.Description("Type of grid lines")>]
member this.GridLineType : Microsoft.ReportingServices.QueryDesigners.GridLineType with get, set
Public Property GridLineType As GridLineType
Property Value
Implements
- Attributes