Report.ReportSections Propiedad

Definición

Obtiene o establece las secciones de informe existentes en el informe.

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)

Valor de propiedad

Las secciones de informe existentes en el informe.

Atributos

Se aplica a