Code Comments
Programming Forum and web based access to our favorite programming groups.i found that embedded code didnt function in hidden property my embedded code is very simple: Public Shared Function Visible(ByVal Value As Integer) As String Visible = "True" if Value="ChartBar" then Visible= "False" end if End Function i pass in value using parameter. =Code.Visible(Parameters!ChartType.Value) but no reaction........anybody knw where i wrong??plz help me
Post Follow-up to this message"yong" <yong@discussions.microsoft.com> wrote in message news:4783309A-E92E-45FE-8CDE-5A62C67AF534@microsoft.com... Unless I'm mistaken, this group should only be used for questions concerning your MSDN subscription and MSDN in general. Questions about PRODUCTS that are available from MSDN should be directed to the group(s) dedicated to that product. For example, you should ask this "embedded code" question in microsoft.public.dotnet.languages.vb. (That's its NNTP name; I'm afraid I don't know how to tell you to find it via the Web interface, but it shouldn't be that hard.)
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.