ReportReportDataCommand.Filter Property

Definition

Gets or sets the filter string, which determines the report in the report data command.

public:
 property cli::array <System::String ^> ^ Filter { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlElement("Filter")]
public string[] Filter { get; set; }
[<System.Xml.Serialization.XmlElement("Filter")>]
member this.Filter : string[] with get, set
Public Property Filter As String()

Property Value

String[]

A string value of the filter, which determines the report in the report data command.

Attributes

Applies to