Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3406774
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:40:09+00:00 2026-05-18T05:40:09+00:00

I am using rdlc report, i have a column in database which i want

  • 0

I am using rdlc report, i have a column in database which i want to display in the report.

vehicleDamageArea=1,2,3

In the report I need to mark the placeholders with these values.

=iif((Fields!vehicleDamageArea.Value="3"),Chr(253),Chr(168)) like this.

But as we know,it will check the whole value 1,2,3=”3″ not the splitted values.
Any suggestion to check by splitting the vehicleDamageArea parameter.

I made it to work as below

 Public Shared Function CheckValue(ByVal InString As String,ByVal input as String) As Char
 Dim output As String = String.Empty
        Dim Parts() As String = InString.ToString().Split(",")
        For i As Integer = 0 To Parts.Length - 1
            If Parts(i) = input Then
                output = Chr(0120)
                Exit For
            Else
                output = Chr(0111)                
            End If
        Next i
        Return output
End Function
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T05:40:10+00:00Added an answer on May 18, 2026 at 5:40 am

    You can get the individual values using the split function in reporting services. It returns a zero-based string array, so for your example you need

    =Split(First(Fields!ID.Value),",")(2)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Report Viewer Control (rdlc) to generate reports. One of my columns have
I'm new to reports and was using RDLC as they have an option of
When designing an rdlc report using the VS 2010 report designer, report items such
I have an RDLC report that I am rendering directly to the Response Stream
I have a SQL Server Reporting Services local (i.e. RDLC) report displayed in a
I want to create the report in my application using the reportViewer control. I
I have an application that makes use of Report Viewer and Report (.rdlc) files.
Using online interfaces to a version control system is a nice way to have
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
Using C#, I need a class called User that has a username, password, active

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.