Report.ReportSections Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define as seções do relatório no relatório.
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 da propriedade
As seções de relatório no relatório.
- Atributos