Report.Classes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在報表初始化時取得或設定要實例化的類別清單。
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)
屬性值
報告初始化時要實例化的類別清單。
- 屬性