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

In This Topic
    GetMasterContent Method (IMasterContentService)
    In This Topic
    Gets the content for the specified item/property that was inferred from the master report.
    Syntax
    'Declaration
     
    Function GetMasterContent( _
       ByVal itemName As String _
    ) As ICollection
    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.
    See Also