Chart.DesignerMode 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.
Gets or sets the designer mode for the chart.
public:
property Microsoft::ReportingServices::RdlObjectModel::Chart::DesignerModes DesignerMode { Microsoft::ReportingServices::RdlObjectModel::Chart::DesignerModes get(); void set(Microsoft::ReportingServices::RdlObjectModel::Chart::DesignerModes value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public Microsoft.ReportingServices.RdlObjectModel.Chart.DesignerModes DesignerMode { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.DesignerMode : Microsoft.ReportingServices.RdlObjectModel.Chart.DesignerModes with get, set
Public Property DesignerMode As Chart.DesignerModes
Property Value
A Chart.DesignerModes object.
- Attributes