Private Sub DetailSection1_ItemDataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles DetailSection1.ItemDataBound
Dim section As Processing.DetailSection = TryCast(sender, Processing.DetailSection)
Dim typeText As Processing.ReportItemBase = section.Items.Find("txtType", False)(0)
Dim mfgText As Processing.ReportItemBase = section.Items.Find("txtMFG", False)(0)
Dim catalogText As Processing.ReportItemBase = section.Items.Find("txtCatalog", False)(0)
Dim qtyText As Processing.ReportItemBase = section.Items.Find("txtQty", False)(0)
Dim leadTimeText As Processing.ReportItemBase = section.Items.Find("txtLeadTime", False)(0)
Dim notesText As Processing.ReportItemBase = section.Items.Find("txtNotes", False)(0)
Dim row As DataRowView = TryCast(section.DataItem, DataRowView)
If row IsNot Nothing Then
Dim val As Object = row.Row("LINE_TYPE")
If Not (TypeOf val Is DBNull) AndAlso _
val.ToString.ToUpper = "GRP" Then
typeText.Visible = False
mfgText.Visible = False
catalogText.Style.Font.Bold = True
End If
End If
End Sub
Any help will be greatly appreciated!
Rich
SELECT m.FGID, GroupName, CategoryDescription, GroupDescription, TickerAbv, SecurityMasterDescription, SUM(MarketValue) AS Total, e.FamilyMemberName , percentage, (SUM(MarketValue) * percentage) AS eTotalAn unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
|