ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / GetMasterContent Method

In This Topic
    GetMasterContent Method
    In This Topic
    returns the content for 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
    See Also