ReportReportData.InlineSpecified Property

Definition

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

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

Property Value

true if the data report is specified inline; otherwise, false.

Attributes

Applies to