ReportCollection.Report Property

Definition

Gets or sets the collection of the report.

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

Property Value

Report[]

The collection of the report.

Attributes

Applies to