Report.Classes Property

Definition

Gets or sets the list of classes to instantiate during report initialization.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ Classes { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Class>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Class> Classes { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Class>))>]
member this.Classes : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Class> with get, set
Public Property Classes As IList(Of Class)

Property Value

The list of classes to instantiate during report initialization.

Attributes

Applies to