Report.ReportSections Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta le sezioni del report nel report.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportSection ^> ^ ReportSections { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportSection ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportSection ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportSection>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportSection> ReportSections { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportSection>))>]
member this.ReportSections : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportSection> with get, set
Public Property ReportSections As IList(Of ReportSection)
Valore della proprietà
Le sezioni del rapporto nel rapporto.
- Attributi