ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetMasterContent Method
A System.String value indicating the name of the item or property.

In This Topic
    GetMasterContent Method (MasterContentService)
    In This Topic
    Gets the content for the specified item/property that was inferred from the master report.
    Syntax
    'Declaration
     
    Public Function GetMasterContent( _
       ByVal itemName As String _
    ) As ICollection
    public ICollection GetMasterContent( 
       string itemName
    )

    Parameters

    itemName
    A System.String value indicating the name of the item or property.

    Return Value

    An System.Collections.ICollection of content items inferred from the master report.
    Remarks
    Currently assumes the collection being requested is directly off of the report.
    See Also