ReportReportData.Inline Property

Definition

Gets or sets a value that indicates whether the data report is presented inline.

public:
 property bool Inline { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlAttribute]
public bool Inline { get; set; }
[<System.Xml.Serialization.XmlAttribute>]
member this.Inline : bool with get, set
Public Property Inline As Boolean

Property Value

true if the data report is presented inline as part of the report; otherwise, false.

Attributes

Applies to